tidied up dpa.yaml
This commit is contained in:
10
dpa.yaml
10
dpa.yaml
@@ -4,7 +4,6 @@ metadata:
|
|||||||
name: dpa-minio
|
name: dpa-minio
|
||||||
namespace: openshift-adp
|
namespace: openshift-adp
|
||||||
spec:
|
spec:
|
||||||
# 1) Don’t bother with internal image backup for your lab
|
|
||||||
backupImages: false
|
backupImages: false
|
||||||
|
|
||||||
backupLocations:
|
backupLocations:
|
||||||
@@ -17,8 +16,6 @@ spec:
|
|||||||
key: cloud
|
key: cloud
|
||||||
objectStorage:
|
objectStorage:
|
||||||
bucket: oadp
|
bucket: oadp
|
||||||
# 2) REQUIRED if bucket not dedicated to Velero, and also avoids that
|
|
||||||
# "must have velero prefix when backupImages is not set to false" error.
|
|
||||||
prefix: velero
|
prefix: velero
|
||||||
config:
|
config:
|
||||||
profile: default
|
profile: default
|
||||||
@@ -28,16 +25,9 @@ spec:
|
|||||||
insecureSkipTLSVerify: "true"
|
insecureSkipTLSVerify: "true"
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
# 3) New-style File System Backup: nodeAgent instead of `restic:` block
|
|
||||||
nodeAgent:
|
nodeAgent:
|
||||||
enable: true
|
enable: true
|
||||||
# Keep behaviour close to what you had before
|
|
||||||
uploaderType: kopia
|
uploaderType: kopia
|
||||||
# If you want to pin node-agent pods, it MUST be nested like this:
|
|
||||||
# podConfig:
|
|
||||||
# nodeSelector:
|
|
||||||
# node-role.kubernetes.io/worker: ""
|
|
||||||
# # other pod options (tolerations, resources, etc.)
|
|
||||||
velero:
|
velero:
|
||||||
defaultPlugins:
|
defaultPlugins:
|
||||||
- openshift
|
- openshift
|
||||||
|
|||||||
Reference in New Issue
Block a user