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

28 lines
418 B
YAML
Raw Normal View History

provisionerName: "rawfile.csi.openebs.io"
2020-04-28 13:22:20 +00:00
defaults: &defaults
image:
repository: docker.io/openebs/rawfile-localpv
2022-03-30 08:50:57 +00:00
tag: 0.8.0
2020-04-28 13:22:20 +00:00
pullPolicy: Always
resources:
limits:
2020-09-11 16:14:56 +00:00
cpu: 1
2020-04-28 13:22:20 +00:00
memory: 100Mi
requests:
cpu: 10m
memory: 100Mi
controller:
2020-09-11 16:14:56 +00:00
<<: *defaults
2020-04-28 13:22:20 +00:00
node:
2020-09-11 16:14:56 +00:00
<<: *defaults
2020-04-28 13:22:20 +00:00
metrics:
enabled: false
imagePullSecrets: []
2020-04-28 18:22:56 +00:00
serviceMonitor:
enabled: true
interval: 1m