diff --git a/deployment.yaml b/deployment.yaml index fd2f701..1f59e39 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -37,11 +37,11 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - memory: "128Mi" - cpu: "500m" + memory: "5Mi" + cpu: "10m" limits: - memory: "128Mi" - cpu: "500m" + memory: "50Mi" + cpu: "100m" ports: - containerPort: 8800 volumeMounts: