TrueChartsClone/charts/enterprise/velero/values.yaml

58 lines
1.5 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/tccr/alpine
tag: latest@sha256:14eaf3fc268822c9631c45eeabb818f6c357edada9380fd725d6591b70e6edcc
manifestManager:
enabled: false
operator:
register: true
portal:
open:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
enabled: false
velero:
configuration:
backupStorageLocation: []
volumeSnapshotLocation: []
deployNodeAgent: true
initContainers:
- image: openebs/velero-plugin:3.6.0@sha256:9ea3331d891e436a7239e37e68ca4c8888500cb122be7cdc9d8400f345555c76
imagePullPolicy: IfNotPresent
name: opeebs-velero-plugin
volumeMounts:
- mountPath: /target
name: plugins
- image: velero/velero-plugin-for-csi:v0.6.3@sha256:6f6fe00b772cc7730fb2c4db6ebc8c194bcd456f9acc2c93bb0eea0caa2fd359
imagePullPolicy: IfNotPresent
name: velero-plugin-for-csi
volumeMounts:
- mountPath: /target
name: plugins
- image: velero/velero-plugin-for-aws:v1.8.2@sha256:edfb14403fc4ee45ac99f34930125869a06465c44ffacaf57e351e477e2c6b53
imagePullPolicy: IfNotPresent
name: velero-plugin-for-aws
volumeMounts:
- mountPath: /target
name: plugins
nodeAgent:
podVolumePath: /var/lib/kubelet/pods
privileged: true
resources:
limits:
cpu: 2000m
memory: 2048Mi
resources:
limits:
cpu: 4000m
memory: 4Gi
schedules: {}