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

comment probes

parent dc083f1a
Branches dev
No related tags found
No related merge requests found
Pipeline #116409 passed with stages
in 9 minutes and 17 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 }}
{{- with .Values.nodeSelector }}
......
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