updated liveness/readiness probes

This commit is contained in:
2026-01-03 15:01:10 +01:00
parent 79063bae6b
commit 6b23fa94a1
+6 -2
View File
@@ -223,14 +223,18 @@ spec:
httpGet: httpGet:
path: / path: /
port: http port: http
initialDelaySeconds: 30 initialDelaySeconds: 60
periodSeconds: 30 periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
initialDelaySeconds: 10 initialDelaySeconds: 15
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service