diff --git a/apps/bookstack/bookstack-deployment.yaml b/apps/bookstack/bookstack-deployment.yaml index 2159704..4cedf3d 100644 --- a/apps/bookstack/bookstack-deployment.yaml +++ b/apps/bookstack/bookstack-deployment.yaml @@ -200,7 +200,7 @@ spec: cpu: "1000m" livenessProbe: httpGet: - path: / + path: /status port: 80 initialDelaySeconds: 60 periodSeconds: 10 @@ -208,7 +208,7 @@ spec: failureThreshold: 6 readinessProbe: httpGet: - path: / + path: /status port: 80 initialDelaySeconds: 30 periodSeconds: 5