CRUD_UserProfile
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s

This commit is contained in:
QuangMinh_123
2025-12-08 07:50:09 +00:00
parent a86300a368
commit a246e3d778
7 changed files with 323 additions and 251 deletions

View File

@@ -3,11 +3,13 @@
"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"
"PG_HOST=160.30.113.113",
"PG_PORT=45432",
"PG_DB=postgres",
"PG_USER=postgres",
"PG_PASS=q2q32RQx9R9qVAp3vkVrrASnSUUhzKvC",
"KRATOS_ADMIN_ENDPOINT=http://160.30.113.113:4434",
"KRATOS_PUBLIC_ENDPOINT=http://160.30.113.113:4433"
]
}
}