LimitRanges DEV/STAGING

This commit is contained in:
Dominik Chilla 2023-01-28 20:08:57 +01:00
parent 59c932fcc1
commit f9e5abbcaa

View File

@ -14,7 +14,7 @@ metadata:
spec: spec:
limits: limits:
- default: - default:
cpu: 500m cpu: 1000m
memory: 1Gi memory: 1Gi
defaultRequest: defaultRequest:
cpu: 10m cpu: 10m
@ -45,7 +45,7 @@ spec:
cpu: 10m cpu: 10m
memory: 4Mi memory: 4Mi
max: max:
cpu: 500m cpu: 2000m
memory: 1Gi memory: 1Gi
type: Container type: Container
--- ---