44 lines
668 B
YAML
44 lines
668 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: true
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
automountServiceAccountToken: false
|