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