Increases LivenessProbe Delay for Backend

This commit is contained in:
2024-09-05 00:08:36 +00:00
committed by GitHub
parent 02f2f52051
commit 676f1bb9f9

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: