logging: harden helmrelease rollout timeouts
This commit is contained in:
parent
a3d8e57a7d
commit
66efb2ce1f
@ -6,7 +6,15 @@ metadata:
|
||||
namespace: logging
|
||||
spec:
|
||||
interval: 15m
|
||||
timeout: 10m
|
||||
timeout: 15m
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
cleanupOnFail: true
|
||||
remediation:
|
||||
retries: 3
|
||||
strategy: rollback
|
||||
chart:
|
||||
spec:
|
||||
chart: fluent-bit
|
||||
|
||||
@ -6,6 +6,15 @@ metadata:
|
||||
namespace: logging
|
||||
spec:
|
||||
interval: 15m
|
||||
timeout: 20m
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
cleanupOnFail: true
|
||||
remediation:
|
||||
retries: 3
|
||||
strategy: rollback
|
||||
chart:
|
||||
spec:
|
||||
chart: opensearch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user