change permissions to use 1000/1000

This commit is contained in:
2024-12-29 21:15:15 -06:00
parent 618514f9ee
commit af89a7c8c2

View File

@@ -87,8 +87,8 @@ slskd:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
pod: pod:
securityContext: securityContext:
runAsUser: 1027 runAsUser: 1000
runAsGroup: 65536 runAsGroup: 1000
fsGroup: 65536 fsGroup: 65536
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
supplementalGroups: supplementalGroups:
@@ -109,9 +109,9 @@ slskd:
- name: TZ - name: TZ
value: US/Central value: US/Central
- name: PUID - name: PUID
value: 1027 value: 1000
- name: PGID - name: PGID
value: 65536 value: 1000
- name: SCRIPT_INTERVAL - name: SCRIPT_INTERVAL
value: 300 value: 300
resources: resources: