master
Marius Ensrud 3 years ago
parent fb60673aa0
commit a962bf7254

@ -42,10 +42,16 @@ spec:
httpGet: httpGet:
path: / path: /
port: http port: http
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:

Loading…
Cancel
Save