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:
|
env:
|
||||||
- name: NODE_ENV
|
- name: NODE_ENV
|
||||||
value: "production"
|
value: "production"
|
||||||
|
- name: USE_PYTHON_SERVICE
|
||||||
|
value: "false"
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue