Merge pull request #104 from HideyoshiSolutions/staging

Staging - Changes liveness probe delay
This commit is contained in:
2024-09-04 21:16:18 -03:00
committed by GitHub

View File

@@ -30,12 +30,12 @@ spec:
httpGet: httpGet:
path: /health path: /health
port: 8070 port: 8070
initialDelaySeconds: 60 initialDelaySeconds: 240
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /health
port: 8070 port: 8070
initialDelaySeconds: 60 initialDelaySeconds: 240
env: env:
- name: FRONTEND_PATH - name: FRONTEND_PATH
valueFrom: valueFrom: