updated hub probes

This commit is contained in:
2026-02-16 14:17:58 +01:00
parent 2bd678a5f8
commit 50d9eb66bf
+2 -2
View File
@@ -134,14 +134,14 @@ spec:
# For now, probes work because password_hash is empty (no auth).
livenessProbe:
httpGet:
path: /
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /healthz
port: 8080
initialDelaySeconds: 3
periodSeconds: 10