charts/templates/chart/values.yaml

34 lines
615 B
YAML
Raw Normal View History

2021-02-13 23:46:58 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
2021-02-13 23:46:58 +00:00
#
image:
repository: ${CHARTNAME}/${CHARTNAME}
pullPolicy: IfNotPresent
2021-02-13 23:46:58 +00:00
tag: 1.0.0
strategy:
type: Recreate
2021-02-12 05:56:35 +00:00
# See more environment variables in the ${CHARTNAME} documentation
# https://${CHARTNAME}.org/docs
env: {}
# TZ:
service:
port:
port: 1880
2021-02-13 23:46:58 +00:00
ingress:
enabled: false
# persistence:
# data:
# enabled: false
# emptyDir:
# enabled: false
# mountPath: /data