diff --git a/helm-charts/stage/templates/deployment.yaml b/helm-charts/stage/templates/deployment.yaml index 064454d..70f745c 100644 --- a/helm-charts/stage/templates/deployment.yaml +++ b/helm-charts/stage/templates/deployment.yaml @@ -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 }}