fix: pg pvc for outline
This commit is contained in:
@@ -52,6 +52,9 @@ spec:
|
|||||||
app: authentik
|
app: authentik
|
||||||
component: server
|
component: server
|
||||||
spec:
|
spec:
|
||||||
|
# Pod-Level SecurityContext: fsGroup für Volume-Berechtigungen
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
# InitContainer: Setze Berechtigungen für /media
|
# InitContainer: Setze Berechtigungen für /media
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-media-permissions
|
- name: init-media-permissions
|
||||||
@@ -84,7 +87,6 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
fsGroup: 1000
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /-/health/ready/
|
path: /-/health/ready/
|
||||||
@@ -126,6 +128,9 @@ spec:
|
|||||||
app: authentik
|
app: authentik
|
||||||
component: worker
|
component: worker
|
||||||
spec:
|
spec:
|
||||||
|
# Pod-Level SecurityContext: fsGroup für Volume-Berechtigungen
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
# InitContainer: Setze Berechtigungen für /media
|
# InitContainer: Setze Berechtigungen für /media
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-media-permissions
|
- name: init-media-permissions
|
||||||
@@ -153,7 +158,6 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
fsGroup: 1000
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: media
|
- name: media
|
||||||
mountPath: /media
|
mountPath: /media
|
||||||
|
|||||||
Reference in New Issue
Block a user