diff --git a/k8s/front-deployment.yaml b/k8s/front-deployment.yaml index 732a71f8c25d341ca2980bd0a6d0b75b7209433a..63ee14ac4354a2316e5f870b93b548fa9c591a47 100644 --- a/k8s/front-deployment.yaml +++ b/k8s/front-deployment.yaml @@ -27,3 +27,13 @@ spec: capabilities: drop: - ALL + resources: + limits: + cpu: "2" + ephemeral-storage: 1Gi + memory: 3Gi + requests: + cpu: "2" + ephemeral-storage: 1Gi + memory: 3Gi +