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
|
||||
resources:
|
||||
limits:
|
||||
cpu: 10m
|
||||
memory: 60Mi
|
||||
cpu: "$K8S_CPU_LIMITS"
|
||||
memory: "$K8S_MEM_LIMITS"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: "$ENVCONF"
|
||||
|
Reference in New Issue
Block a user