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 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"