24 lines
464 B
YAML
24 lines
464 B
YAML
image:
|
|
repository: tccr.io/truecharts/grocy
|
|
tag: 3.3.2@sha256:fce8882e17946c0a9c6703945a833c96dfea6c374257a5437eef6b58bdce199e
|
|
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
|