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
|
|
|
#
|
2020-12-18 21:43:15 +00:00
|
|
|
|
|
|
|
image:
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- image repository
|
2020-12-18 21:43:15 +00:00
|
|
|
repository: housewrecker/gaps
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- image pull policy
|
2020-12-18 21:43:15 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- image tag
|
2020-12-18 21:43:15 +00:00
|
|
|
tag: latest
|
|
|
|
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- environment variables.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
2021-02-13 23:46:58 +00:00
|
|
|
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
2020-12-18 21:43:15 +00:00
|
|
|
service:
|
2021-06-13 07:24:18 +00:00
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 8484
|
2020-12-18 21:43:15 +00:00
|
|
|
|
2021-02-13 23:46:58 +00:00
|
|
|
ingress:
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
main:
|
|
|
|
enabled: false
|
2020-12-18 21:43:15 +00:00
|
|
|
|
2021-06-13 07:24:18 +00:00
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
2020-12-18 21:43:15 +00:00
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: false
|
|
|
|
mountPath: /usr/data
|