Skip to content

Commit d0bd58a

Browse files
author
Carlos Rodriguez Hernandez
committed
Enable liveness, readiness, etc by default in production (disabled by mistake)
1 parent 0b62ded commit d0bd58a

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

bitnami/elasticsearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: elasticsearch
3-
version: 9.0.0
3+
version: 9.0.2
44
appVersion: 7.4.2
55
description: A highly scalable open-source full-text search and analytics engine
66
keywords:

bitnami/elasticsearch/values-production.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ master:
172172
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
173173
##
174174
livenessProbe:
175-
enabled: false
176-
# initialDelaySeconds: 90
177-
# periodSeconds: 10
178-
# timeoutSeconds: 5
179-
# successThreshold: 1
180-
# failureThreshold: 5
175+
enabled: true
176+
initialDelaySeconds: 90
177+
periodSeconds: 10
178+
timeoutSeconds: 5
179+
successThreshold: 1
180+
failureThreshold: 5
181181
readinessProbe:
182-
enabled: false
182+
enabled: true
183183
initialDelaySeconds: 90
184184
periodSeconds: 10
185185
timeoutSeconds: 5
@@ -282,14 +282,14 @@ coordinating:
282282
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
283283
##
284284
livenessProbe:
285-
enabled: false
285+
enabled: true
286286
initialDelaySeconds: 90
287287
periodSeconds: 10
288288
timeoutSeconds: 5
289289
successThreshold: 1
290290
failureThreshold: 5
291291
readinessProbe:
292-
enabled: false
292+
enabled: true
293293
initialDelaySeconds: 90
294294
periodSeconds: 10
295295
timeoutSeconds: 5
@@ -371,14 +371,14 @@ data:
371371
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
372372
##
373373
livenessProbe:
374-
enabled: false
374+
enabled: true
375375
initialDelaySeconds: 90
376376
periodSeconds: 10
377377
timeoutSeconds: 5
378378
successThreshold: 1
379379
failureThreshold: 5
380380
readinessProbe:
381-
enabled: false
381+
enabled: true
382382
initialDelaySeconds: 90
383383
periodSeconds: 10
384384
timeoutSeconds: 5
@@ -458,14 +458,14 @@ ingest:
458458
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
459459
##
460460
livenessProbe:
461-
enabled: false
461+
enabled: true
462462
initialDelaySeconds: 90
463463
periodSeconds: 10
464464
timeoutSeconds: 5
465465
successThreshold: 1
466466
failureThreshold: 5
467467
readinessProbe:
468-
enabled: false
468+
enabled: true
469469
initialDelaySeconds: 90
470470
periodSeconds: 10
471471
timeoutSeconds: 5
@@ -511,7 +511,6 @@ curator:
511511
# pullSecrets:
512512
# - myRegistryKeySecretName
513513

514-
515514
cronjob:
516515
# At 01:00 every day
517516
schedule: "0 1 * * *"

bitnami/elasticsearch/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ curator:
511511
# pullSecrets:
512512
# - myRegistryKeySecretName
513513

514-
515514
cronjob:
516515
# At 01:00 every day
517516
schedule: "0 1 * * *"

0 commit comments

Comments
 (0)