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

desactivate probes

parent 5fc7374f
No related branches found
No related tags found
1 merge request!209Public as mount volume
Pipeline #121538 waiting for manual action
...@@ -39,14 +39,14 @@ spec: ...@@ -39,14 +39,14 @@ spec:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /wiki/ # path: /wiki/
port: http # port: http
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /wiki/ # path: /wiki/
port: http # port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment