Skip to content

Commit

Permalink
fix: stuck flux-local
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Feb 9, 2024
1 parent 2fdd05f commit 969bf50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/deploy/apps/jellyfin/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
fsGroupChangePolicy: "Always"
supplementalGroups: [
44, 104, 109, # GPU
${UID_NAS_MEDIA:=1000} # NAS
6969 # NAS
]
seccompProfile: { type: "RuntimeDefault" }
topologySpreadConstraints:
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/kavita/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
runAsGroup: *uid
fsGroup: *uid
fsGroupChangePolicy: "Always"
supplementalGroups: [${UID_NAS_MEDIA:=1000}]
supplementalGroups: [6969 # NAS]
seccompProfile: { type: "RuntimeDefault" }
topologySpreadConstraints:
- maxSkew: 1
Expand Down

0 comments on commit 969bf50

Please sign in to comment.