mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix: stuck flux-local
This commit is contained in:
@@ -110,7 +110,7 @@ spec:
|
||||
fsGroupChangePolicy: "Always"
|
||||
supplementalGroups: [
|
||||
44, 104, 109, # GPU
|
||||
${UID_NAS_MEDIA:=1000} # NAS
|
||||
6969 # NAS
|
||||
]
|
||||
seccompProfile: { type: "RuntimeDefault" }
|
||||
topologySpreadConstraints:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user