Skip to content
Snippets Groups Projects

Increase period, timeout and threshold for the frontend liveness check

Closed Andrej Shadura requested to merge relax-liveness-check into collabora/staging
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -76,7 +76,9 @@ spec:
httpGet:
path: /
port: http
failureThreshold: 1
failureThreshold: 3
timeoutSeconds: 10
periodSeconds: 30
readinessProbe:
httpGet:
path: /
Loading