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