diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 5b0c3c8..3fe2a81 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -80,7 +80,7 @@ spec: - name: dshm emptyDir: medium: Memory - sizeLimit: 1Gi + sizeLimit: 2Gi containers: - env: - name: AUTHENTIK_HOST @@ -113,10 +113,10 @@ spec: resources: requests: cpu: 100m - memory: 1Gi + memory: 128Mi limits: cpu: 350m - memory: 2Gi + memory: 256Mi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping