deleted weird file
This commit is contained in:
48
@
48
@
@@ -1,48 +0,0 @@
|
|||||||
apiVersion: oadp.openshift.io/v1alpha1
|
|
||||||
kind: DataProtectionApplication
|
|
||||||
metadata:
|
|
||||||
name: dpa-minio
|
|
||||||
namespace: openshift-adp
|
|
||||||
spec:
|
|
||||||
backupImages: false
|
|
||||||
|
|
||||||
backupLocations:
|
|
||||||
- name: default
|
|
||||||
velero:
|
|
||||||
provider: aws
|
|
||||||
default: true
|
|
||||||
credential:
|
|
||||||
name: cloud-credentials
|
|
||||||
key: cloud
|
|
||||||
objectStorage:
|
|
||||||
bucket: oadp
|
|
||||||
prefix: velero
|
|
||||||
config:
|
|
||||||
profile: default
|
|
||||||
region: ap-southeast-2
|
|
||||||
s3ForcePathStyle: "true"
|
|
||||||
s3Url: http://minio.minio.svc.cluster.local:9000
|
|
||||||
insecureSkipTLSVerify: "true"
|
|
||||||
|
|
||||||
configuration:
|
|
||||||
nodeAgent:
|
|
||||||
enable: true
|
|
||||||
uploaderType: kopia
|
|
||||||
velero:
|
|
||||||
defaultPlugins:
|
|
||||||
- openshift
|
|
||||||
- aws
|
|
||||||
- csi
|
|
||||||
- kubevirt
|
|
||||||
defaultSnapshotMoveData: true
|
|
||||||
disableFsBackup: false
|
|
||||||
podConfig:
|
|
||||||
resourceAllocations:
|
|
||||||
limits:
|
|
||||||
cpu: "500m"
|
|
||||||
memory: "512Mi"
|
|
||||||
requests:
|
|
||||||
cpu: "100m"
|
|
||||||
memory: "256Mi"
|
|
||||||
|
|
||||||
logFormat: text
|
|
||||||
Reference in New Issue
Block a user