Browse Source

doc(BitWarden): extends the liveness timeout (#3542)

The liveness command perform a vault re-sync which usually takes a few second to perform. This commit replace the current value which is too low and lead to timeout and pod termination.

Signed-off-by: Antoine Colombier <7086688+acolombier@users.noreply.github.com>
Antoine Colombier 1 year ago
parent
commit
ef4fa28e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/snippets/bitwarden-cli-deployment.yaml

+ 1 - 1
docs/snippets/bitwarden-cli-deployment.yaml

@@ -54,7 +54,7 @@ spec:
                 - --post-data=''
             initialDelaySeconds: 20
             failureThreshold: 3
-            timeoutSeconds: 1
+            timeoutSeconds: 10
             periodSeconds: 120
           readinessProbe:
             tcpSocket: