fix health

master
Marius Ensrud 4 years ago
parent c10fe3a4fb
commit c32ce4b893

@ -41,11 +41,11 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /health
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /health
port: http port: http
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
securityContext: securityContext:

Loading…
Cancel
Save