fix(proxy): add proxy
This commit is contained in:
parent
663dabd75c
commit
4816b2c89e
@ -59,4 +59,4 @@ questions:
|
|||||||
description: "Hostname for your stack (comma separated)"
|
description: "Hostname for your stack (comma separated)"
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
label: Proxy
|
label: Hostname (for HTTPD)
|
@ -17,7 +17,7 @@ service:
|
|||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
httpd:
|
httpd:
|
||||||
proxy: service:port:path
|
proxy: httpd:80:/
|
||||||
hostname: test.molgenis.org
|
hostname: test.molgenis.org
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
Loading…
Reference in New Issue
Block a user