Reduce Prometheus Stack timeout to 5m and set disableWait for install, upgrade, and rollback operations.
This commit is contained in:
parent
86cbaceeb3
commit
833652bbc3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user