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

reactivate probes

parent 2f2dda43
No related branches found
No related tags found
No related merge requests found
Pipeline #116459 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