diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index b814a4e..0c52b19 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -101,9 +101,9 @@ spec: protocol: TCP resources: limits: - memory: 50Mi + memory: 80Mi requests: - memory: 50Mi + memory: 80Mi volumes: - name: host-mappings configMap: diff --git a/manifests/nginx-lb/nginx-lb.yaml b/manifests/nginx-lb/nginx-lb.yaml index f60c1ea..431220f 100644 --- a/manifests/nginx-lb/nginx-lb.yaml +++ b/manifests/nginx-lb/nginx-lb.yaml @@ -533,7 +533,7 @@ spec: resources: requests: cpu: 100m - memory: 90Mi + memory: 150Mi securityContext: allowPrivilegeEscalation: true capabilities: diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 67ba5d5..c064534 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -72,7 +72,7 @@ spec: resources: requests: cpu: 8m - memory: 800Mi + memory: 1024Mi volumeMounts: - mountPath: /opt/outline/.env subPath: .env