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-11-09 12:19:00 +00:00
|
|
|
|
|
|
|
image:
|
2021-06-28 12:57:08 +00:00
|
|
|
# -- image repository
|
|
|
|
repository: ghcr.io/linuxserver/ombi
|
|
|
|
# -- image tag
|
|
|
|
tag: version-v4.0.1430
|
|
|
|
# -- image pull policy
|
2020-11-09 12:19:00 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-06-28 12:57:08 +00:00
|
|
|
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-ombi#environment-variables-e) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
# -- Specify the user ID the application will run as
|
|
|
|
PUID: "1001"
|
|
|
|
# -- Specify the group ID the application will run as
|
|
|
|
PGID: "1001"
|
2020-11-09 12:19:00 +00:00
|
|
|
|
2021-06-28 12:57:08 +00:00
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
2021-02-13 23:46:58 +00:00
|
|
|
service:
|
2021-06-28 12:57:08 +00:00
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 3579
|
2021-02-13 23:46:58 +00:00
|
|
|
|
|
|
|
ingress:
|
2021-06-28 12:57:08 +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-28 12:57:08 +00:00
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
2020-11-09 12:19:00 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2020-11-09 15:11:02 +00:00
|
|
|
enabled: false
|