Added limits configuration.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-08-08 14:32:09 +04:00
parent 3caf075c13
commit c51c6b43b1

View File

@ -24,8 +24,8 @@ spec:
image: docker.le-memese.com/bots/lenochka-bot:$APP_VERSION
resources:
limits:
cpu: 10m
memory: 60Mi
cpu: "$K8S_CPU_LIMITS"
memory: "$K8S_MEM_LIMITS"
envFrom:
- configMapRef:
name: "$ENVCONF"