From 42c5425a85fb02593d4d62a180b3a01de09ceff9 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Wed, 10 Jan 2024 16:26:06 -0500 Subject: [PATCH] temp disable readinessprobe --- chart/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index a84dc65..7395c72 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -8,15 +8,15 @@ apps: repository: osuakatsuki/performance-service tag: latest port: 80 - readinessProbe: - httpGet: - path: /_health - port: 80 - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 3 + # readinessProbe: + # httpGet: + # path: /_health + # port: 80 + # initialDelaySeconds: 10 + # periodSeconds: 10 + # timeoutSeconds: 1 + # successThreshold: 1 + # failureThreshold: 3 env: - name: APP_COMPONENT value: api