diff --git a/chart/values.yaml b/chart/values.yaml index b63101c..69ff2de 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,6 +11,15 @@ apps: env: - name: APP_COMPONENT value: api + readinessProbe: + httpGet: + path: /_health + port: 80 + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 1 + successThreshold: 1 + failureThreshold: 3 resources: limits: cpu: 300m