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