Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:08:44 -06:00
parent efa7876c34
commit f2f91c16e0

View File

@ -13,7 +13,7 @@ spec:
app: grocy
spec:
securityContext:
fsGroup: 2000
fsGroup: 1001
containers:
- name: grocy
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
@ -34,7 +34,7 @@ spec:
protocol: TCP
securityContext:
runAsUser: 1001
runAsGroup: 2000
runAsGroup: 1001
volumeMounts:
- mountPath: /config
name: grocy-data