Add chart

This commit is contained in:
2021-12-23 18:05:01 +00:00
parent 5cf890d3ae
commit ad76ec968d
8 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
#
# 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: 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