[bitnami/memcached] Correct probe template variable (#7516)

* Correct probe template variable

* [bitnami/memcached] Update Chart version

Co-authored-by: Ashwanth Goli <ashwanth.goli@gojek.com>
This commit is contained in:
Ashwanth Goli
2021-09-17 13:50:20 +05:30
committed by GitHub
parent 59d16cc694
commit d7a1b14986
2 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
version: 5.15.0
version: 5.15.1

View File

@@ -164,7 +164,7 @@ spec:
ports:
- name: {{ .Values.metrics.portName }}
containerPort: 9150
{{- if .Values.livenessProbe.enabled }}
{{- if .Values.metrics.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: /metrics
@@ -175,7 +175,7 @@ spec:
successThreshold: {{ .Values.metrics.livenessProbe.successThreshold }}
failureThreshold: {{ .Values.metrics.livenessProbe.failureThreshold }}
{{- end }}
{{- if .Values.readinessProbe.enabled }}
{{- if .Values.metrics.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: /metrics