From 4b60f1da18640fb2c6afcf729c708ab93ac417c1 Mon Sep 17 00:00:00 2001 From: cmyui Date: Thu, 16 Nov 2023 23:03:04 -0500 Subject: [PATCH] Revert "temp disable readinessprobe" This reverts commit ab85e83a234c345d00b406ff95cba912005a322b. --- chart/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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