mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-14 10:32:19 +00:00
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from the k8s@home 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
|
|
#
|
|
|
|
image:
|
|
# -- image repository
|
|
repository: ghcr.io/nikdoof/ohayodash
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
# -- image tag
|
|
tag: 0.4.0
|
|
|
|
# -- environment variables.
|
|
# @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: 80
|
|
|
|
# -- Configures service account needed for reading k8s ingress objects
|
|
# @default -- See below
|
|
serviceAccount:
|
|
# -- Create service account
|
|
create: true
|
|
|
|
ingress:
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
main:
|
|
enabled: false
|
|
|
|
# configmap:
|
|
# bookmarks:
|
|
# enabled: false
|
|
# annotations:
|
|
# ohayodash.github.io/bookmarks: "true"
|
|
# data:
|
|
# bookmarks:
|
|
# - name: TV Calendar
|
|
# url: https://www.pogdesign.co.uk/cat/
|
|
# group: Tools
|
|
# providers:
|
|
# enabled: false
|
|
# annotations:
|
|
# ohayodash.github.io/providers: "true"
|
|
# data:
|
|
# providers:
|
|
# - name: Trakt
|
|
# url: https://trakt.tv/
|
|
# search: search?query=
|
|
# prefix: /t
|