From 70653302aa02b508c840a5be5cece713949e3821 Mon Sep 17 00:00:00 2001 From: Kevin Mo Date: Tue, 3 Oct 2023 09:12:55 -0400 Subject: [PATCH] Add default startupProbe value + description on use case --- charts/prometheus-adapter/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/prometheus-adapter/values.yaml b/charts/prometheus-adapter/values.yaml index 7e19862c01e0..ec289480a9c3 100644 --- a/charts/prometheus-adapter/values.yaml +++ b/charts/prometheus-adapter/values.yaml @@ -113,6 +113,10 @@ readinessProbe: initialDelaySeconds: 30 timeoutSeconds: 5 +# Configure startup probe +# Use if prometheus-adapter takes a long time to finish startup e.g. polling a lot of API versions in cluster +startupProbe: {} + rules: default: true