Files
py-ailbl-user-profile/.fission/local-deployment.json
QuangMinh_123 a246e3d778
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s
CRUD_UserProfile
2025-12-08 07:50:09 +00:00

16 lines
489 B
JSON

{
"namespace": "default",
"secrets": {
"fission-ailbl-user-profile-env": {
"literals": [
"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"
]
}
}
}