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