mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-06 14:51:57 +08:00
This chart will be used to install Ubicsi on newly created clusters Since a new helm chart is introduced for deploying ubicsi, manifests in csi dir will be a duplicate to the main chart and are removed.
67 lines
1.2 KiB
YAML
67 lines
1.2 KiB
YAML
provisioner:
|
|
replicas: 1
|
|
image:
|
|
repository: ubicloud/ubicsi
|
|
tag: "0.1.0"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
|
|
csiProvisioner:
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/csi-provisioner
|
|
tag: "v5.3.0"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
|
|
csiAttacher:
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/csi-attacher
|
|
tag: "v4.9.0"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
|
|
nodePlugin:
|
|
image:
|
|
repository: ubicloud/ubicsi
|
|
tag: "0.1.0"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
|
|
driverRegistrar:
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
|
|
tag: "v2.13.0"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
|
|
namespace: ubicsi
|