fix health checks

This commit is contained in:
Jonny Ervine 2024-02-24 21:14:22 +08:00
parent a1c328192b
commit a9f70e6e3c

View File

@ -38,11 +38,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /metrics
port: metrics
readinessProbe:
httpGet:
path: /
path: /metrics
port: metrics
resources:
{{- toYaml .Values.resources | nindent 12 }}