patched velero instead of node
This commit is contained in:
@@ -33,8 +33,8 @@ spec:
|
|||||||
podConfig:
|
podConfig:
|
||||||
resourceAllocations:
|
resourceAllocations:
|
||||||
limits:
|
limits:
|
||||||
cpu: "2" # Increased for database compression
|
cpu: "1" # Increased for database compression
|
||||||
memory: "2Gi" # Increased for larger chunks
|
memory: "1Gi" # Increased for larger chunks
|
||||||
requests:
|
requests:
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
@@ -50,10 +50,9 @@ spec:
|
|||||||
resourceAllocations:
|
resourceAllocations:
|
||||||
limits:
|
limits:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
memory: "512Mi"
|
memory: "2Gi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
memory: "256Mi"
|
memory: "512mi"
|
||||||
|
|
||||||
logFormat: text
|
logFormat: text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user