diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 37e3775..c97bb5d 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -115,11 +115,11 @@ spec: key: SERVICE_ACCOUNT_NAME resources: requests: - cpu: 50m - memory: 64Mi + cpu: 100m + memory: 128Mi limits: - cpu: 200m - memory: 256Mi + cpu: 500m + memory: 512Mi volumeMounts: - name: reports mountPath: /tmp/reports