rawfile-localpv/deploy/charts/rawfile-csi/values.yaml

23 lines
344 B
YAML
Raw Normal View History

2020-04-28 13:22:20 +00:00
defaults: &defaults
image:
repository: registry.hamdocker.ir/hamravesh/rawfile-csi
tag: master
pullPolicy: Always
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 10m
memory: 100Mi
controller:
<< : *defaults
node:
<< : *defaults
metrics:
enabled: false
imagePullSecrets: []