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 protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /metrics
port: metrics port: metrics
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /metrics
port: metrics port: metrics
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}