cv-helm/charts/cv/values.yaml
Julien Cabillot 91ed502aec cleanup
2021-12-30 15:35:26 -05:00

44 lines
669 B
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://scm.docker.cabillot.eu/perso/helm-library-common
#
image:
repository: docker.io/jcabillot/cv
tag: ""
pullPolicy: Always
env:
#TZ: America/New_York
TZ: UTC
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: false
# Example
# hosts:
# - host: "yy.xx.zz"
# paths:
# - path: "/"
# tls:
# - hosts:
# - "yy.xx.zz"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
automountServiceAccountToken: false