[bitnami/nats] Fix readiness probe endpoint (#24360) (#24466)

* [bitnami/nats] Fix readiness probe endpoint (#24360)

Signed-off-by: Reinier Schoof <reinier@skoef.nl>

* Fix Chart version

Signed-off-by: sfelipe <sfelipe@vmware.com>

---------

Signed-off-by: Reinier Schoof <reinier@skoef.nl>
Signed-off-by: sfelipe <sfelipe@vmware.com>
Co-authored-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
Reinier Schoof
2024-04-03 10:48:35 +02:00
committed by GitHub
parent a2a6eabda6
commit 6afae9ca69
2 changed files with 2 additions and 2 deletions

View File

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

View File

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