25 lines
434 B
YAML
25 lines
434 B
YAML
image:
|
|
repository: tccr.io/truecharts/grocy
|
|
tag: v3.3.1@sha256:dfb4c165ff9a6f88d7e23d9cd99e5156eae7523431d525d2cc1806629da60cdd
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10013
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|