charts/charts/stable/gaps/values.yaml

42 lines
907 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:
2021-06-13 07:24:18 +00:00
# -- image repository
repository: housewrecker/gaps
2021-06-13 07:24:18 +00:00
# -- image pull policy
pullPolicy: IfNotPresent
2021-06-13 07:24:18 +00:00
# -- image tag
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
service:
2021-06-13 07:24:18 +00:00
main:
ports:
http:
port: 8484
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
2021-06-13 07:24:18 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
data:
enabled: false
mountPath: /usr/data