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:
|
2021-03-16 16:38:42 +00:00
|
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
2021-02-13 23:46:58 +00:00
|
|
|
#
|
2021-01-26 18:17:14 +00:00
|
|
|
|
|
|
|
image:
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- image repository
|
2021-01-26 18:17:14 +00:00
|
|
|
repository: ${CHARTNAME}/${CHARTNAME}
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- image tag
|
2021-02-13 23:46:58 +00:00
|
|
|
tag: 1.0.0
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
2021-01-26 18:17:14 +00:00
|
|
|
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- environment variables. See more environment variables in the [${CHARTNAME} documentation](https://${CHARTNAME}.org/docs).
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
2021-01-26 18:17:14 +00:00
|
|
|
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
2021-01-26 18:17:14 +00:00
|
|
|
service:
|
2021-06-08 19:14:46 +00:00
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 1880
|
2021-01-26 18:17:14 +00:00
|
|
|
|
2021-02-13 23:46:58 +00:00
|
|
|
ingress:
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- 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
|
|
|
|
2021-06-08 19:14:46 +00:00
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence: {}
|
|
|
|
# data:
|
|
|
|
# enabled: false
|
|
|
|
# mountPath: /data
|