chore(common): lower default resource limits and increase default resource requests
This commit is contained in:
@@ -48,5 +48,4 @@ sources:
|
||||
- https://hub.docker.com/_/
|
||||
- https://hub.docker.com/r/mikefarah/yq
|
||||
type: library
|
||||
version: 28.2.0
|
||||
|
||||
version: 28.2.1
|
||||
|
||||
@@ -128,11 +128,11 @@ securityContext:
|
||||
# Can be overruled per container
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
cpu: 2000m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
|
||||
containerOptions:
|
||||
NVIDIA_CAPS:
|
||||
|
||||
Reference in New Issue
Block a user