diff --git a/deploy/kube/deployment.yml b/deploy/kube/deployment.yml index b28db0adfde65e8161491b2f575baf93de8c1820..18f943e410345e67089408f524da84fd62a0eed5 100644 --- a/deploy/kube/deployment.yml +++ b/deploy/kube/deployment.yml @@ -26,8 +26,8 @@ spec: image: docker.le-memese.com/bots/s3rius-bot:$APP_VERSION resources: limits: - cpu: 100m - memory: 100Mi + cpu: "$K8S_CPU_LIMITS" + memory: "$K8S_MEM_LIMITS" envFrom: - configMapRef: name: "$CONFIG_MAP"