charts/templates/chart/values.yaml

33 lines
585 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/charts/tree/master/charts/common/values.yaml
#
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: false
# mountPath: /data