Skip to content

Commit

Permalink
tmp disable livenessProbe for elastic
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Dec 20, 2024
1 parent 57af746 commit fdff59c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kube/elastic/elastic-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ spec:
- name: http.cors.enabled
value: "true"
image: elasticsearch:7.14.2
livenessProbe:
exec:
command:
- curl -s http://localhost:9200/_cluster/health | grep -vq '"status":"red"'
failureThreshold: 10
periodSeconds: 20
# livenessProbe:
# exec:
# command:
# - curl -s http://localhost:9200/_cluster/health | grep -vq '"status":"red"'
# failureThreshold: 10
# periodSeconds: 20
name: elastic
ports:
- containerPort: 9200
Expand Down

0 comments on commit fdff59c

Please sign in to comment.