Update deployment.yaml
This commit is contained in:
parent
81e002bf97
commit
efa7876c34
@ -12,6 +12,8 @@ spec:
|
||||
labels:
|
||||
app: grocy
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 2000
|
||||
containers:
|
||||
- name: grocy
|
||||
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
|
||||
@ -32,7 +34,7 @@ spec:
|
||||
protocol: TCP
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
fsGroup: 2000
|
||||
runAsGroup: 2000
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: grocy-data
|
||||
|
Loading…
Reference in New Issue
Block a user