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