logging(opensearch): patch rendered cpu limit
This commit is contained in:
parent
df960fb519
commit
fb7dd5e5d3
@ -15,6 +15,16 @@ spec:
|
|||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
strategy: rollback
|
strategy: rollback
|
||||||
|
postRenderers:
|
||||||
|
- kustomize:
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
kind: StatefulSet
|
||||||
|
name: opensearch
|
||||||
|
patch: |
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/resources/limits/cpu
|
||||||
|
value: "2"
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: opensearch
|
chart: opensearch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user