fix: set 200Mi limit for csi-provisioner

update chart file permission
This commit is contained in:
andyzhangx 2021-02-11 01:49:48 +00:00
parent 1c97d2cce4
commit 340b14a75a
10 changed files with 2 additions and 2 deletions

0
charts/latest/csi-driver-nfs/.helmignore Normal file → Executable file
View File

0
charts/latest/csi-driver-nfs/Chart.yaml Normal file → Executable file
View File

0
charts/latest/csi-driver-nfs/templates/NOTES.txt Normal file → Executable file
View File

0
charts/latest/csi-driver-nfs/templates/_helpers.tpl Normal file → Executable file
View File

View File

@ -44,7 +44,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 200Mi
requests:
cpu: 10m
memory: 20Mi

View File

View File

View File

0
charts/latest/csi-driver-nfs/values.yaml Normal file → Executable file
View File

View File

@ -39,7 +39,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 200Mi
requests:
cpu: 10m
memory: 20Mi