updated probes

This commit is contained in:
2026-01-09 11:23:36 +01:00
parent 341f0725e8
commit e33d7ed035
+2 -2
View File
@@ -275,7 +275,7 @@ spec:
livenessProbe:
httpGet:
path: /api/health
path: /
port: http
initialDelaySeconds: 30
periodSeconds: 30
@@ -284,7 +284,7 @@ spec:
readinessProbe:
httpGet:
path: /api/health
path: /
port: http
initialDelaySeconds: 15
periodSeconds: 10