patched velero instead of node

This commit is contained in:
2025-12-31 14:58:34 +11:00
parent 85c582d5da
commit 22ea61b843

View File

@@ -33,8 +33,8 @@ spec:
podConfig:
resourceAllocations:
limits:
cpu: "2" # Increased for database compression
memory: "2Gi" # Increased for larger chunks
cpu: "1" # Increased for database compression
memory: "1Gi" # Increased for larger chunks
requests:
cpu: "200m"
memory: "512Mi"
@@ -50,10 +50,9 @@ spec:
resourceAllocations:
limits:
cpu: "500m"
memory: "512Mi"
memory: "2Gi"
requests:
cpu: "100m"
memory: "256Mi"
memory: "512mi"
logFormat: text