[bitnami/nats] Use different liveness/readiness probes (#26320)

* [bitnami/nats] Use different liveness/readiness probes

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-05-23 13:24:38 +02:00
committed by GitHub
parent c35b26f043
commit fc7202546f
3 changed files with 284 additions and 280 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -31,4 +31,4 @@ maintainers:
name: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 8.2.1
version: 8.2.2

View File

@@ -121,7 +121,7 @@ spec:
{{- else if .Values.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /
path: /healthz
port: monitoring
{{- end }}
{{- if .Values.customReadinessProbe }}