completely reworked

This commit is contained in:
2025-12-30 17:38:06 +11:00
parent 4e17c1634a
commit c1e8b9bf35
5 changed files with 201 additions and 13 deletions

View File

@@ -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