fix readiness probe

This commit is contained in:
2025-06-01 23:51:00 +02:00
parent c4d4098b99
commit 9d236e1f97

View File

@@ -253,7 +253,7 @@ spec:
value: "80"
readinessProbe:
httpGet:
path: /
path: /console
port: 80
initialDelaySeconds: 5
periodSeconds: 10