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

reactivate probes

parent 2f2dda43
Branches
Tags
No related merge requests found
Pipeline #116459 passed
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment