updated chart to enable and disable ingress on demand
This commit is contained in:
parent
bed36a7dd2
commit
1ed41d6c36
@ -2,6 +2,13 @@
|
|||||||
categories:
|
categories:
|
||||||
- MOLGENIS
|
- MOLGENIS
|
||||||
questions:
|
questions:
|
||||||
|
- variable: ingress.enabled
|
||||||
|
label: Enable ingress
|
||||||
|
default: false
|
||||||
|
description: "Enable ingress"
|
||||||
|
type: boolean
|
||||||
|
required: true
|
||||||
|
group: "Loadbalancing"
|
||||||
- variable: opencpu.image.repository
|
- variable: opencpu.image.repository
|
||||||
label: Registry
|
label: Registry
|
||||||
default: "registry.hub.docker.com"
|
default: "registry.hub.docker.com"
|
||||||
|
@ -24,7 +24,7 @@ opencpu:
|
|||||||
- 145.100.224.1/24
|
- 145.100.224.1/24
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
annotations: {
|
annotations: {
|
||||||
kubernetes.io/ingress.class: "nginx",
|
kubernetes.io/ingress.class: "nginx",
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
|
Loading…
Reference in New Issue
Block a user