Files
py-ailbl-user-profile/.fission/local-deployment.json
QuangMinh_123 a86300a368
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 20s
FirstProfile
2025-12-04 16:24:54 +07:00

14 lines
376 B
JSON

{
"namespace": "default",
"secrets": {
"fission-ailbl-user-profile-env": {
"literals": [
"S3_BUCKET=ailbl",
"S3_ENDPOINT_URL=http://160.30.113.113:9000",
"S3_ACCESS_KEY_ID=quyen",
"S3_SECRET_ACCESS_KEY=12345678",
"S3_PREFIX=user/avatar"
]
}
}
}