Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:22:02 -06:00
parent a884a91918
commit 0cdda0e5e5

View File

@ -19,7 +19,7 @@ spec:
image: lscr.io/linuxserver/grocy:v4.2.0-ls271 image: lscr.io/linuxserver/grocy:v4.2.0-ls271
env: env:
- name: PUID - name: PUID
value: "1001" value: "0"
- name: PGID - name: PGID
value: "0" value: "0"
- name: TZ - name: TZ
@ -33,7 +33,7 @@ spec:
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
securityContext: securityContext:
runAsUser: 1001 runAsUser: 0
runAsGroup: 0 runAsGroup: 0
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /config