Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:18:54 -06:00
parent f2f91c16e0
commit 7dcd7fb905

View File

@ -21,7 +21,7 @@ spec:
- name: PUID
value: "1001"
- name: PGID
value: "1001"
value: "0"
- name: TZ
value: "America/Chicago"
resources:
@ -34,7 +34,7 @@ spec:
protocol: TCP
securityContext:
runAsUser: 1001
runAsGroup: 1001
runAsGroup: 0
volumeMounts:
- mountPath: /config
name: grocy-data