From c847a61527715841c89c38e9b7ec152c10a47487 Mon Sep 17 00:00:00 2001 From: HermanPlay Date: Thu, 22 May 2025 08:00:35 +0200 Subject: [PATCH 1/2] fix: add missing config --- helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index f56cd9d..2f84fce 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -60,3 +60,6 @@ kube-prometheus-stack: enabled: false grafana: defaultDashboardsEnabled: true + prometheus: + prometheusSpec: + maximumStartupDurationSeconds: 60 From c0b8b48c076ca6d5c0585f73ae18720c2d0c265a Mon Sep 17 00:00:00 2001 From: HermanPlay Date: Thu, 22 May 2025 08:00:46 +0200 Subject: [PATCH 2/2] fix: add missing config --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 2f84fce..5ea08ea 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -62,4 +62,4 @@ kube-prometheus-stack: defaultDashboardsEnabled: true prometheus: prometheusSpec: - maximumStartupDurationSeconds: 60 + maximumStartupDurationSeconds: 120