Update deployment.yaml
This commit is contained in:
parent
d4e63b778a
commit
74a4f32074
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user