diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 7876f9c..aba8a95 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -48,19 +48,19 @@ questions: type: hostname required: true label: Hostname - - variable: service.proxy - default: "" - description: "Proxy for your services (comma separated, example: [service]:[port]:[path])" - type: string - required: false - label: Proxy - - variable: service.hostname + - variable: httpd.hostname default: "test.molgenis.org" description: "Hostname for your services (comma separated, example: [hostname]:[port])" type: string required: false label: Hostname - - variable: service.redirect + - variable: httpd.proxy + default: "" + description: "Proxy for your services (comma separated, example: [service]:[port]:[path])" + type: string + required: false + label: Proxy + - variable: httpd.redirect default: "" description: "Redirection urls for your services (comma separated, example: [redirection_url])" type: string diff --git a/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml index 9516499..9d79ba1 100644 --- a/httpd/v1.0.0/values.yaml +++ b/httpd/v1.0.0/values.yaml @@ -12,6 +12,8 @@ image: service: type: ClusterIP port: 80 + +httpd: proxy: httpd:80:/ redirect: redirect.molgenis.local hostname: test.molgenis.local