1
0
Fork 0

updated chart to enable and disable ingress on demand

This commit is contained in:
sido 2018-09-25 23:32:25 +02:00
parent bed36a7dd2
commit 1ed41d6c36
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
categories:
- MOLGENIS
questions:
- variable: ingress.enabled
label: Enable ingress
default: false
description: "Enable ingress"
type: boolean
required: true
group: "Loadbalancing"
- variable: opencpu.image.repository
label: Registry
default: "registry.hub.docker.com"

View File

@ -24,7 +24,7 @@ opencpu:
- 145.100.224.1/24
ingress:
enabled: true
enabled: false
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0"