diff --git a/deployment-prod.yml b/deployment-prod.yml index 6b20341..964f96b 100644 --- a/deployment-prod.yml +++ b/deployment-prod.yml @@ -31,10 +31,10 @@ spec: resources: requests: memory: "256Mi" - cpu: "125m" + cpu: "175m" limits: memory: "384Mi" - cpu: "250m" + cpu: "300m" ports: - containerPort: 8088 imagePullPolicy: IfNotPresent