Skip to content

Commit

Permalink
fix: try increase indice startup probe for long migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 22, 2023
1 parent 6ff2e2f commit 4f53333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ indice:
memory: 4Gi
startupProbe:
initialDelaySeconds: 30
failureThreshold: 50
failureThreshold: 500 # for very long migrations
periodSeconds: 10
ingress:
enabled: false
Expand Down

0 comments on commit 4f53333

Please sign in to comment.