cv-helm/charts/cv/values.yaml

44 lines
668 B
YAML
Raw Normal View History

2021-12-29 16:21:53 -05:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
2021-12-30 15:35:26 -05:00
# https://scm.docker.cabillot.eu/perso/helm-library-common
2021-12-29 16:21:53 -05:00
#
image:
repository: docker.io/jcabillot/cv
tag: ""
pullPolicy: Always
env:
2021-12-30 15:35:26 -05:00
#TZ: America/New_York
TZ: UTC
2021-12-29 16:21:53 -05:00
service:
main:
ports:
http:
2021-12-29 17:08:12 -05:00
port: 8080
2021-12-29 16:21:53 -05:00
ingress:
main:
enabled: false
2021-12-30 15:35:26 -05:00
# Example
2021-12-29 17:08:12 -05:00
# hosts:
2021-12-30 15:35:26 -05:00
# - host: "yy.xx.zz"
2021-12-29 17:08:12 -05:00
# paths:
# - path: "/"
# tls:
# - hosts:
2021-12-30 15:35:26 -05:00
# - "yy.xx.zz"
2021-12-29 16:21:53 -05:00
probes:
liveness:
2021-12-30 15:50:07 -05:00
enabled: true
2021-12-29 17:08:12 -05:00
readiness:
enabled: false
startup:
enabled: false
automountServiceAccountToken: false