Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:08:14 -06:00
parent 81e002bf97
commit efa7876c34

View File

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