diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index c444651..89c8db4 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -76,11 +76,6 @@ spec: app.kubernetes.io/managed-by: goauthentik.io app.kubernetes.io/name: authentik-proxy spec: - volumes: - - name: dshm - emptyDir: - medium: Memory - sizeLimit: 2Gi containers: - env: - name: AUTHENTIK_HOST @@ -109,11 +104,11 @@ spec: protocol: TCP resources: requests: - cpu: 100m - memory: 128Mi + cpu: 50m + memory: 64Mi limits: - cpu: 350m - memory: 256Mi + cpu: 150m + memory: 128Mi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping