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:
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