From ff31689c79e4ef6d5fa4909d268b785668ac1b60 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 29 Sep 2021 13:35:12 +0200 Subject: [PATCH] don't probe the ingress variant --- charts/library/common-test/ci/ingress-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/library/common-test/ci/ingress-values.yaml b/charts/library/common-test/ci/ingress-values.yaml index ee50517ed04..5badaf90545 100644 --- a/charts/library/common-test/ci/ingress-values.yaml +++ b/charts/library/common-test/ci/ingress-values.yaml @@ -15,11 +15,11 @@ args: probes: liveness: - enabled: true + enabled: false readiness: - enabled: true + enabled: false startup: - enabled: true + enabled: false # -- Configure the ingresses for the chart here.