fix: pg pvc for outline

This commit is contained in:
2026-01-19 12:57:29 +01:00
parent a1cf323f6a
commit 23e50e657c

View File

@@ -52,6 +52,9 @@ spec:
app: authentik
component: server
spec:
# Pod-Level SecurityContext: fsGroup für Volume-Berechtigungen
securityContext:
fsGroup: 1000
# InitContainer: Setze Berechtigungen für /media
initContainers:
- name: init-media-permissions
@@ -84,7 +87,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
readinessProbe:
httpGet:
path: /-/health/ready/
@@ -126,6 +128,9 @@ spec:
app: authentik
component: worker
spec:
# Pod-Level SecurityContext: fsGroup für Volume-Berechtigungen
securityContext:
fsGroup: 1000
# InitContainer: Setze Berechtigungen für /media
initContainers:
- name: init-media-permissions
@@ -153,7 +158,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
volumeMounts:
- name: media
mountPath: /media