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" value: "80"
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /console
port: 80 port: 80
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10