diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index c0a98add19a48f90f3944b2359a8000ead568c7d..745d80c59148d16a1615f403c5d92e55b3dfef7c 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -20,6 +20,9 @@ spec: - name: ${APP_NAME} image: ${IMAGE} imagePullPolicy: Always + resources: + limits: + memory: ${memoryLimit} ports: - containerPort: ${PORT} protocol: TCP