From 5a8dd5edb76d308f929ddb6d983294b09099e66a Mon Sep 17 00:00:00 2001 From: sido Date: Sat, 23 Jun 2018 15:58:57 +0200 Subject: [PATCH] fix(values): updated values --- httpd/v1.0.0/questions.yml | 16 ++++++++-------- httpd/v1.0.0/values.yaml | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) 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