first import

This commit is contained in:
Julien Cabillot
2021-12-29 16:21:53 -05:00
parent 82ebcf8976
commit 5421846c1f
74 changed files with 5730 additions and 0 deletions

40
charts/cv/values.yaml Normal file
View File

@@ -0,0 +1,40 @@
#
# 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
#
image:
# -- image repository
repository: docker.io/jcabillot/cv
# -- image tag
tag: ""
# -- image pull policy
pullPolicy: Always
# -- 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
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes:
liveness:
enabled: false