Skip to content

Commit

Permalink
[bitnami/logstash] Use different liveness/readiness probes (bitnami#2…
Browse files Browse the repository at this point in the history
…6127)

Signed-off-by: David Gomez <[email protected]>
Signed-off-by: Fran Mulero <[email protected]>
  • Loading branch information
dgomezleon authored and fmulero committed May 22, 2024
1 parent d4be634 commit 87cf1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ maintainers:
name: logstash
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/logstash
version: 6.1.0
version: 6.1.1
3 changes: 1 addition & 2 deletions bitnami/logstash/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /
tcpSocket:
port: monitoring
{{- end }}
{{- if .Values.customReadinessProbe }}
Expand Down

0 comments on commit 87cf1ae

Please sign in to comment.