git push
This commit is contained in:
parent
b5abe99f8e
commit
707f5c138f
@ -58,7 +58,7 @@ spec:
|
||||
set -a
|
||||
[ -f /vault/secrets/bim-postgresql ] && . /vault/secrets/bim-postgresql
|
||||
set +a
|
||||
exec /app/entrypoint_api.sh
|
||||
exec ./entrypoint.sh
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
|
||||
@ -21,6 +21,7 @@ spec:
|
||||
retries: 3
|
||||
|
||||
upgrade:
|
||||
force: true
|
||||
timeout: 2h
|
||||
remediation:
|
||||
retries: 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user