mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-24 15:29:22 +00:00
41 lines
904 B
YAML
41 lines
904 B
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: Always
|
|
# -- image tag
|
|
tag: latest
|
|
|
|
# -- 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
|