Reduce Prometheus Stack timeout to 5m and set disableWait for install, upgrade, and rollback operations.

This commit is contained in:
emelinda 2026-07-30 19:51:19 +03:00
parent 86cbaceeb3
commit 833652bbc3

View File

@ -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: