fix: pg pvc for outline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user