[bitnami/jupyterhub] Use different liveness/readiness probes (#26348)

* [bitnami/jupyterhub] Use different liveness/readiness probes

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-23 10:52:16 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent 04467b6969
commit 9268744f8a
5 changed files with 246 additions and 243 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 15.3.5 version: 15.4.0
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3 version: 2.19.3
digest: sha256:733f900df591c9175c755b21213ed83c02a011517e70120f4e00aa28b12397e2 digest: sha256:aef3ad652bf811a804846abc0c8355ab57e2cd668e2f28788a1ef93c0f333977
generated: "2024-05-21T13:55:01.057775148+02:00" generated: "2024-05-22T17:03:10.634654+02:00"
+1 -1
View File
@@ -37,4 +37,4 @@ maintainers:
name: jupyterhub name: jupyterhub
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
version: 7.1.0 version: 7.1.1
@@ -214,8 +214,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.hub.customLivenessProbe "context" $) | nindent 12 }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.hub.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.hub.livenessProbe.enabled }} {{- else if .Values.hub.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.hub.livenessProbe "enabled") "context" $) | nindent 12 }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.hub.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet: tcpSocket:
path: {{ .Values.hub.baseUrl | trimSuffix "/" }}/hub/health
port: http port: http
{{- end }} {{- end }}
{{- if .Values.hub.customReadinessProbe }} {{- if .Values.hub.customReadinessProbe }}
@@ -157,8 +157,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.proxy.customLivenessProbe "context" $) | nindent 12 }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.proxy.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.proxy.livenessProbe.enabled }} {{- else if .Values.proxy.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.livenessProbe "enabled") "context" $) | nindent 12 }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet: tcpSocket:
path: /_chp_healthz
port: http port: http
{{- end }} {{- end }}
{{- if .Values.proxy.customReadinessProbe }} {{- if .Values.proxy.customReadinessProbe }}