diff --git a/deploy/kube/deployment.yml b/deploy/kube/deployment.yml index bf6ed13..9a4005a 100644 --- a/deploy/kube/deployment.yml +++ b/deploy/kube/deployment.yml @@ -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"