mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Bitnami Containers
parent
03fec67460
commit
4dbf74264d
+485
-479
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user