mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
* [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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user