fix health

master
Marius Ensrud 4 years ago
parent c10fe3a4fb
commit c32ce4b893

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

Loading…
Cancel
Save