Skip to content

Commit

Permalink
Increase Liveness Failure Threshold from 3 to 12
Browse files Browse the repository at this point in the history
This gives pods a chance to recover from temporary issues. This should also give upgrades being performed on startup up to two full minutes before being forcibly interrupted.
  • Loading branch information
Guy Elsmore-Paddock committed Jun 6, 2019
1 parent b81fae4 commit 48e533c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nextcloud-aks/configs/app-nextcloud-apache.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 12
imagePullSecrets:
# NOTE: This secret is added by `setup_aks_acr_service_principal.sh`.
- name: "${ACR_DOCKER_CREDS_SECRET}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 12
imagePullSecrets:
# NOTE: This secret is added by `setup_aks_acr_service_principal.sh`.
- name: "${ACR_DOCKER_CREDS_SECRET}"
Expand Down

0 comments on commit 48e533c

Please sign in to comment.