24 lines
465 B
YAML
24 lines
465 B
YAML
image:
|
|
repository: tccr.io/truecharts/grocy
|
|
tag: v4.0.1@sha256:508afcd179bbc75d243101e1972796abbba5b77bb868b778865415a7b3234715
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10013
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|