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

try to add probe

parent 2d03132b
No related branches found
No related tags found
1 merge request!209Public as mount volume
Pipeline #121603 waiting for manual action
......@@ -39,14 +39,14 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
# livenessProbe:
# httpGet:
# path: /wiki/
# port: http
# readinessProbe:
# httpGet:
# path: /wiki/
# port: http
livenessProbe:
httpGet:
path: /wiki/
port: http
readinessProbe:
httpGet:
path: /wiki/
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
......
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