add readiness probe to deployment

This commit is contained in:
2025-11-09 15:48:27 -06:00
parent 88dd25ed86
commit 55e174783d

View File

@@ -53,6 +53,10 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
readinessProbe:
httpGet:
path: /health
port: 4001
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 12 }}