Files
truecharts/charts/stable/xteve/values.yaml
T
2d331d15ca chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00

30 lines
621 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/xteve
# -- image tag
tag: v2.2.0.200@sha256:77a1e4d934da1361c349fc3b9548e4e01b421df078759e5d11b4cc552c50bd7e
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
service:
main:
ports:
main:
port: 34400
targetPort: 34400
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: "/config"