Skip to content
Snippets Groups Projects
Commit 0ab07ac2 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

activate probes

parent 2aa42570
No related branches found
No related tags found
1 merge request!209Public as mount volume
Pipeline #121316 passed with stages
in 7 minutes and 15 seconds
......@@ -39,14 +39,14 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment