mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Bitnami Containers
parent
04467b6969
commit
9268744f8a
+240
-235
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.3.5
|
||||
version: 15.4.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.19.3
|
||||
digest: sha256:733f900df591c9175c755b21213ed83c02a011517e70120f4e00aa28b12397e2
|
||||
generated: "2024-05-21T13:55:01.057775148+02:00"
|
||||
digest: sha256:aef3ad652bf811a804846abc0c8355ab57e2cd668e2f28788a1ef93c0f333977
|
||||
generated: "2024-05-22T17:03:10.634654+02:00"
|
||||
|
||||
@@ -37,4 +37,4 @@ maintainers:
|
||||
name: jupyterhub
|
||||
sources:
|
||||
- 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 }}
|
||||
{{- else if .Values.hub.livenessProbe.enabled }}
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.hub.livenessProbe "enabled") "context" $) | nindent 12 }}
|
||||
httpGet:
|
||||
path: {{ .Values.hub.baseUrl | trimSuffix "/" }}/hub/health
|
||||
tcpSocket:
|
||||
port: http
|
||||
{{- end }}
|
||||
{{- if .Values.hub.customReadinessProbe }}
|
||||
|
||||
@@ -157,8 +157,7 @@ spec:
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.proxy.customLivenessProbe "context" $) | nindent 12 }}
|
||||
{{- else if .Values.proxy.livenessProbe.enabled }}
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.livenessProbe "enabled") "context" $) | nindent 12 }}
|
||||
httpGet:
|
||||
path: /_chp_healthz
|
||||
tcpSocket:
|
||||
port: http
|
||||
{{- end }}
|
||||
{{- if .Values.proxy.customReadinessProbe }}
|
||||
|
||||
Reference in New Issue
Block a user