Skip to content

Commit

Permalink
fix: remove success threshold for liveness
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Apr 21, 2020
1 parent 35804e2 commit 25d95d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
17 changes: 0 additions & 17 deletions ansible/roles/stack-sunbird/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ lms_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

apimanager_liveness_readiness:
healthcheck: true
Expand All @@ -305,7 +304,6 @@ apimanager_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

assessment_liveness_readiness:
healthcheck: true
Expand All @@ -326,7 +324,6 @@ assessment_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

cert_liveness_readiness:
healthcheck: true
Expand All @@ -347,7 +344,6 @@ cert_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

certregistry_liveness_readiness:
healthcheck: true
Expand All @@ -368,7 +364,6 @@ certregistry_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

content_liveness_readiness:
healthcheck: true
Expand All @@ -389,7 +384,6 @@ content_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

enc_liveness_readiness:
healthcheck: true
Expand All @@ -410,7 +404,6 @@ enc_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

knowledgemw_liveness_readiness:
healthcheck: true
Expand All @@ -431,7 +424,6 @@ knowledgemw_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

learner_liveness_readiness:
healthcheck: true
Expand All @@ -452,7 +444,6 @@ learner_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

notification_liveness_readiness:
healthcheck: true
Expand All @@ -473,7 +464,6 @@ notification_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

player_liveness_readiness:
healthcheck: true
Expand All @@ -494,7 +484,6 @@ player_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

print_liveness_readiness:
healthcheck: true
Expand All @@ -515,7 +504,6 @@ print_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

telemetry_liveness_readiness:
healthcheck: true
Expand All @@ -536,7 +524,6 @@ telemetry_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

userorg_liveness_readiness:
readinessProbe:
Expand All @@ -556,7 +543,6 @@ userorg_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

search_liveness_readiness:
healthcheck: true
Expand All @@ -577,7 +563,6 @@ search_liveness_readiness:
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

taxonomy_liveness_readiness:
healthcheck: true
Expand Down Expand Up @@ -616,5 +601,3 @@ report_liveness_readiness:
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

1 change: 0 additions & 1 deletion kubernetes/ansible/roles/deploy-badger/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ badger_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2
1 change: 0 additions & 1 deletion kubernetes/ansible/roles/helm-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ adminutils_liveness_readiness:
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 2

0 comments on commit 25d95d7

Please sign in to comment.