From acaac4b7bbab2a16760d7f7f9cc4bf8b2b2b3e8d Mon Sep 17 00:00:00 2001 From: sido Date: Sat, 23 Jun 2018 15:49:42 +0200 Subject: [PATCH] fix(values): updated values --- httpd/v1.0.0/questions.yml | 2 +- httpd/v1.0.0/templates/deployment.yaml | 2 +- httpd/v1.0.0/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 037730f..7876f9c 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -61,7 +61,7 @@ questions: required: false label: Hostname - variable: service.redirect - default: "test.molgenis.org" + default: "" description: "Redirection urls for your services (comma separated, example: [redirection_url])" type: string required: false diff --git a/httpd/v1.0.0/templates/deployment.yaml b/httpd/v1.0.0/templates/deployment.yaml index 28d07e1..1f9632f 100644 --- a/httpd/v1.0.0/templates/deployment.yaml +++ b/httpd/v1.0.0/templates/deployment.yaml @@ -32,7 +32,7 @@ spec: value: "{{ .Values.service.hostname }}" - name: PROXY_SERVICE value: "{{ .Values.service.proxy }}" - - name: PROXY_SERVICE + - name: REDIRECT_URL value: "{{ .Values.service.redirect }}" livenessProbe: httpGet: diff --git a/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml index 5e55628..9516499 100644 --- a/httpd/v1.0.0/values.yaml +++ b/httpd/v1.0.0/values.yaml @@ -13,8 +13,8 @@ service: type: ClusterIP port: 80 proxy: httpd:80:/ - redirect: redirect.molgenis.org - hostname: test.molgenis.org + redirect: redirect.molgenis.local + hostname: test.molgenis.local volume: username: molgenis email: admin@molgenis.org