Skip to content

Commit e1e83b4

Browse files
automatic update in main of VolSync release-0.14 helm charts (#991)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 383a936 commit e1e83b4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

helmcharts/stable-0.14/volsync/templates/deployment-controller.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,7 @@ spec:
6868
protocol: TCP
6969
name: https
7070
resources:
71-
limits:
72-
cpu: 500m
73-
memory: 128Mi
74-
requests:
75-
cpu: 5m
76-
memory: 64Mi
71+
{{- toYaml (index .Values "kube-rbac-proxy-resources") | nindent 12 }}
7772
- name: manager
7873
args:
7974
- --health-probe-bind-address=:8081

helmcharts/stable-0.14/volsync/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ securityContext:
7676
- ALL
7777
readOnlyRootFilesystem: true
7878

79+
kube-rbac-proxy-resources:
80+
limits:
81+
cpu: 500m
82+
memory: 128Mi
83+
requests:
84+
cpu: 5m
85+
memory: 64Mi
86+
7987
resources:
8088
limits:
8189
cpu: 1000m

0 commit comments

Comments
 (0)