mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Add authentik media pvc (no clue why we need it)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user