Skip to content
Snippets Groups Projects
Commit 642c01163c9a authored by Aurélien Lubert's avatar Aurélien Lubert
Browse files

feat: allow to disable the readinessProbe

parent 41b296fe0cc5
No related branches found
No related tags found
1 merge request!2Topic/default/probe
......@@ -46,6 +46,7 @@
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.readinessProbe.enabled }}
readinessProbe:
initialDelaySeconds: 5
periodSeconds: 10
......@@ -58,3 +59,4 @@
{{- else }}
port: {{ .Values.port }}
{{- end }}
{{- end }}
......@@ -50,6 +50,7 @@
# Readiness probe
readinessProbe:
enabled: true
path: "/"
# Use this value to specify another port to listen
# port: 80
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment