From 833652bbc307ec9e89bdc3e75710fa630fc414ff Mon Sep 17 00:00:00 2001 From: emelinda Date: Thu, 30 Jul 2026 19:51:19 +0300 Subject: [PATCH] Reduce Prometheus Stack timeout to 5m and set `disableWait` for install, upgrade, and rollback operations. --- clusters/wb/infrastructure/patches/prometheus-stack.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/clusters/wb/infrastructure/patches/prometheus-stack.yaml b/clusters/wb/infrastructure/patches/prometheus-stack.yaml index 91857fc..39407e1 100644 --- a/clusters/wb/infrastructure/patches/prometheus-stack.yaml +++ b/clusters/wb/infrastructure/patches/prometheus-stack.yaml @@ -5,7 +5,13 @@ metadata: namespace: prometheus-stack spec: interval: 5m - timeout: 20m + timeout: 5m + install: + disableWait: true + upgrade: + disableWait: true + rollback: + disableWait: true values: fullnameOverride: prometheus-stack crds: