Update deployment.yaml
This commit is contained in:
parent
f2f91c16e0
commit
7dcd7fb905
@ -21,7 +21,7 @@ spec:
|
||||
- name: PUID
|
||||
value: "1001"
|
||||
- name: PGID
|
||||
value: "1001"
|
||||
value: "0"
|
||||
- name: TZ
|
||||
value: "America/Chicago"
|
||||
resources:
|
||||
@ -34,7 +34,7 @@ spec:
|
||||
protocol: TCP
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 1001
|
||||
runAsGroup: 0
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: grocy-data
|
||||
|
Loading…
Reference in New Issue
Block a user