Added limits configuration.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
@ -24,8 +24,8 @@ spec:
|
|||||||
image: docker.le-memese.com/bots/lenochka-bot:$APP_VERSION
|
image: docker.le-memese.com/bots/lenochka-bot:$APP_VERSION
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 10m
|
cpu: "$K8S_CPU_LIMITS"
|
||||||
memory: 60Mi
|
memory: "$K8S_MEM_LIMITS"
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: "$ENVCONF"
|
name: "$ENVCONF"
|
||||||
|
Reference in New Issue
Block a user