completely reworked
This commit is contained in:
12
dpa.yaml
12
dpa.yaml
@@ -1,3 +1,5 @@
|
||||
---
|
||||
# DPA Configuration - optimized for SNO with Kopia
|
||||
apiVersion: oadp.openshift.io/v1alpha1
|
||||
kind: DataProtectionApplication
|
||||
metadata:
|
||||
@@ -28,6 +30,14 @@ spec:
|
||||
nodeAgent:
|
||||
enable: true
|
||||
uploaderType: kopia
|
||||
podConfig:
|
||||
resourceAllocations:
|
||||
limits:
|
||||
cpu: "1" # Increased for database compression
|
||||
memory: "1Gi" # Increased for larger chunks
|
||||
requests:
|
||||
cpu: "200m"
|
||||
memory: "512Mi"
|
||||
velero:
|
||||
defaultPlugins:
|
||||
- openshift
|
||||
@@ -45,4 +55,4 @@ spec:
|
||||
cpu: "100m"
|
||||
memory: "256Mi"
|
||||
|
||||
logFormat: text
|
||||
logFormat: text
|
||||
Reference in New Issue
Block a user