Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:04:36 -06:00
parent d4e63b778a
commit 74a4f32074

View File

@ -17,9 +17,9 @@ spec:
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
env:
- name: PUID
value: "1000"
value: "1001"
- name: PGID
value: "1000"
value: "1001"
- name: TZ
value: "America/Chicago"
resources:
@ -31,7 +31,7 @@ spec:
containerPort: 80
protocol: TCP
securityContext:
runAsUser: 1000
runAsUser: 1001
volumeMounts:
- mountPath: /config
name: grocy-data