change permissions

This commit is contained in:
2024-12-25 10:45:05 -06:00
parent 083b6fa8d6
commit c11214a342

View File

@@ -83,6 +83,18 @@ slskd:
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 44
- 100
- 109
- 65539
- 1000
containers:
main:
image:
@@ -93,9 +105,9 @@ slskd:
- name: TZ
value: US/Central
- name: PUID
value: 1000
value: 568
- name: PGID
value: 1000
value: 568
- name: SCRIPT_INTERVAL
value: 300
resources: