make argo happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user