don t care

This commit is contained in:
Julien Cabillot
2021-12-29 17:08:12 -05:00
parent 5421846c1f
commit 228eb01db3
13 changed files with 15 additions and 1811 deletions

View File

@@ -25,16 +25,29 @@ service:
main:
ports:
http:
port: 80
port: 8080
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# hosts:
# - host: "cv.opti.cabillot.eu"
# paths:
# - path: "/"
# tls:
# - hosts:
# - "cv.opti.cabillot.eu"
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
automountServiceAccountToken: false