diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index 24c751d..b0d7e53 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -43,11 +43,11 @@ spec: readOnly: true resources: limits: - memory: "10Gi" - cpu: "6" + memory: 8Gi + cpu: "16" requests: - memory: "512Mi" - cpu: "1" + memory: 8Gi + cpu: 1m restartPolicy: Always volumes: - name: config