updated chart to enable and disable ingress on demand
This commit is contained in:
parent
bed36a7dd2
commit
1ed41d6c36
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue