30 lines
621 B
YAML
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"
|