Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:18:54 -06:00
parent f2f91c16e0
commit 7dcd7fb905

View File

@ -21,7 +21,7 @@ spec:
- name: PUID - name: PUID
value: "1001" value: "1001"
- name: PGID - name: PGID
value: "1001" value: "0"
- name: TZ - name: TZ
value: "America/Chicago" value: "America/Chicago"
resources: resources:
@ -34,7 +34,7 @@ spec:
protocol: TCP protocol: TCP
securityContext: securityContext:
runAsUser: 1001 runAsUser: 1001
runAsGroup: 1001 runAsGroup: 0
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /config
name: grocy-data name: grocy-data