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

comment probes

parent dc083f1a
No related branches found
No related tags found
No related merge requests found
Pipeline #116409 passed
...@@ -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: / # path: /
port: http # port: http
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: / # path: /
port: http # port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
......
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