feat(deploy): Set securityContext for faster longhorn attach
This commit is contained in:
parent
65be65f26d
commit
3e76ddbae9
@ -14,7 +14,10 @@ spec:
|
||||
app: synapse
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 991
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
affinity:
|
||||
podAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
|
Loading…
x
Reference in New Issue
Block a user