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
|
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1001"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1001"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "America/Chicago"
|
value: "America/Chicago"
|
||||||
resources:
|
resources:
|
||||||
@ -31,7 +31,7 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1001
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: grocy-data
|
name: grocy-data
|
||||||
|
Loading…
Reference in New Issue
Block a user