charts/templates/chart/values.yaml

43 lines
1.0 KiB
YAML
Raw Permalink 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:
# -- image repository
repository: ${CHARTNAME}/${CHARTNAME}
# -- image tag
2022-03-29 07:48:59 +00:00
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See more environment variables in the [${CHARTNAME} documentation](https://${CHARTNAME}.org/docs).
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 1880
2021-02-13 23:46:58 +00:00
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
2021-02-13 23:46:58 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence: {}
# data:
# enabled: false
# mountPath: /data