This commit is contained in:
parent
e752f1419a
commit
370fcc643e
2 changed files with 27 additions and 0 deletions
|
@ -18,6 +18,15 @@ images:
|
||||||
newName: code.icb4dc0.de/infrastructure/csi-s3
|
newName: code.icb4dc0.de/infrastructure/csi-s3
|
||||||
newTag: 0.38.3
|
newTag: 0.38.3
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
group: apps
|
||||||
|
kind: DaemonSet
|
||||||
|
version: v1
|
||||||
|
name: csi-s3
|
||||||
|
path: patches/daemonset.yaml
|
||||||
|
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: csi-s3
|
- name: csi-s3
|
||||||
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
|
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
|
||||||
|
|
18
s3-csi/patches/daemonset.yaml
Normal file
18
s3-csi/patches/daemonset.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
- op: add
|
||||||
|
path: "/spec/template/spec/containers/0/resources"
|
||||||
|
value:
|
||||||
|
requests:
|
||||||
|
cpu: 20m
|
||||||
|
memory: 15Mi
|
||||||
|
limits:
|
||||||
|
cpu: 20m
|
||||||
|
memory: 15Mi
|
||||||
|
- op: add
|
||||||
|
path: "/spec/template/spec/containers/1/resources"
|
||||||
|
value:
|
||||||
|
requests:
|
||||||
|
cpu: 20m
|
||||||
|
memory: 25Mi
|
||||||
|
limits:
|
||||||
|
cpu: 20m
|
||||||
|
memory: 25Mi
|
Loading…
Reference in a new issue