diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 72be644..fa88889 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -39,7 +39,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 8.0.13 + targetRevision: 8.0.14 helm: releaseName: argo valueFiles: diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 89c8db4..5b0c3c8 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -76,6 +76,11 @@ spec: app.kubernetes.io/managed-by: goauthentik.io app.kubernetes.io/name: authentik-proxy spec: + volumes: + - name: dshm + emptyDir: + medium: Memory + sizeLimit: 1Gi containers: - env: - name: AUTHENTIK_HOST @@ -102,13 +107,16 @@ spec: - containerPort: 9443 name: https protocol: TCP + volumeMounts: + - mountPath: /dev/shm + name: dshm resources: requests: - cpu: 50m - memory: 64Mi + cpu: 100m + memory: 1Gi limits: - cpu: 150m - memory: 128Mi + cpu: 350m + memory: 2Gi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping