make argo happy

This commit is contained in:
2025-12-31 15:03:33 +11:00
parent 57711863ef
commit 759bb698ed

View File

@@ -33,11 +33,11 @@ spec:
podConfig:
resourceAllocations:
limits:
cpu: "1" # Increased for database compression
memory: "1Gi" # Increased for larger chunks
cpu: "2"
memory: 2Gi
requests:
cpu: "200m"
memory: "512Mi"
cpu: 200m
memory: 512Mi
velero:
defaultPlugins:
- openshift
@@ -49,10 +49,10 @@ spec:
podConfig:
resourceAllocations:
limits:
cpu: "500m"
memory: "2Gi"
cpu: 500m
memory: 2Gi
requests:
cpu: "100m"
memory: "512Mi"
cpu: 100m
memory: 512Mi
logFormat: text