fix: set both POSTGRES_HOST and POSTGRES_HOSTNAME for backend env
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m15s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m15s
This commit is contained in:
parent
717b9978d5
commit
2929e7b83f
@ -27,6 +27,7 @@ backend:
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
env:
|
||||
POSTGRES_HOST: postgres-service
|
||||
POSTGRES_HOSTNAME: postgres-service
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_NAME: fusero-db
|
||||
|
Loading…
Reference in New Issue
Block a user