change permissions

This commit is contained in:
2024-12-25 10:48:59 -06:00
parent c11214a342
commit bc5b275ce3

View File

@@ -85,16 +85,16 @@ slskd:
revisionHistoryLimit: 3
pod:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 44
- 100
- 109
- 65539
- 1000
- 568
containers:
main:
image:
@@ -105,9 +105,9 @@ slskd:
- name: TZ
value: US/Central
- name: PUID
value: 568
value: 1000
- name: PGID
value: 568
value: 1000
- name: SCRIPT_INTERVAL
value: 300
resources: