fix: disable python service health check to prevent pod crashes
Build Institutional Trader / build-and-deploy (push) Has been cancelled
Details
Build Institutional Trader / build-and-deploy (push) Has been cancelled
Details
This commit is contained in:
parent
4d00f978e2
commit
76c24aaec1
|
|
@ -22,6 +22,8 @@ spec:
|
|||
env:
|
||||
- name: NODE_ENV
|
||||
value: "production"
|
||||
- name: USE_PYTHON_SERVICE
|
||||
value: "false"
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Reference in New Issue