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
|
namespace: prometheus-stack
|
||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 20m
|
timeout: 5m
|
||||||
|
install:
|
||||||
|
disableWait: true
|
||||||
|
upgrade:
|
||||||
|
disableWait: true
|
||||||
|
rollback:
|
||||||
|
disableWait: true
|
||||||
values:
|
values:
|
||||||
fullnameOverride: prometheus-stack
|
fullnameOverride: prometheus-stack
|
||||||
crds:
|
crds:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user