Update deployment.yaml
This commit is contained in:
parent
a884a91918
commit
0cdda0e5e5
@ -19,7 +19,7 @@ spec:
|
||||
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1001"
|
||||
value: "0"
|
||||
- name: PGID
|
||||
value: "0"
|
||||
- name: TZ
|
||||
@ -33,7 +33,7 @@ spec:
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
|
Loading…
Reference in New Issue
Block a user