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