[bitnami/etcd] Fix livenessProbe for ETCD with TLS (#26407)

* [bitnami/etcd] Fix livenessProbe for ETCD with TLS

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-24 12:47:18 +00:00
committed by GitHub
co-authored by Bitnami Containers
parent 03fec67460
commit 4dbf74264d
3 changed files with 488 additions and 481 deletions
+485 -479
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -32,4 +32,4 @@ maintainers:
name: etcd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
version: 10.1.0
version: 10.1.1
+2 -1
View File
@@ -290,7 +290,8 @@ spec:
livenessProbe:
httpGet:
port: {{ .Values.containerPorts.client }}
path: /health
path: /livez
scheme: {{ ternary "HTTPS" "HTTP" .Values.auth.client.secureTransport | quote }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}