This commit is contained in:
Julien Cabillot
2021-12-30 15:35:26 -05:00
parent cbfadcbdd6
commit 91ed502aec
3 changed files with 12 additions and 33 deletions

View File

@@ -2,25 +2,18 @@
# 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
# https://scm.docker.cabillot.eu/perso/helm-library-common
#
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: America/New_York
#TZ: America/New_York
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
@@ -28,20 +21,17 @@ service:
port: 8080
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# Example
# hosts:
# - host: "cv.opti.cabillot.eu"
# - host: "yy.xx.zz"
# paths:
# - path: "/"
# tls:
# - hosts:
# - "cv.opti.cabillot.eu"
# - "yy.xx.zz"
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes:
liveness:
enabled: false