Add authentik media pvc (no clue why we need it)

This commit is contained in:
2025-07-18 13:02:12 +02:00
parent a624347333
commit 86e34b0106
+5
View File
@@ -38,11 +38,16 @@ spec:
volumeMounts:
- name: postgres-cert
mountPath: /var/postgres-ssl
- name: authentik-media
mountPath: /media
volumes:
- name: postgres-cert
secret:
defaultMode: 0640
secretName: postgres-authentik
- name: authentik-media
persistentVolumeClaim:
claimName: authentik-media
securityContext:
fsGroup: 1001
runAsUser: 1001