From 4ab9d8441ccc78850518a9414189f9139ce8483d Mon Sep 17 00:00:00 2001 From: sido Date: Sat, 23 Jun 2018 15:21:54 +0200 Subject: [PATCH] fix(values): updated values --- httpd/v1.0.0/questions.yml | 8 +++++++- httpd/v1.0.0/templates/deployment.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 67bd0d3..3799f95 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -53,4 +53,10 @@ questions: description: "Proxy for your services (comma separated, example: [service]:[port]:[path])" type: string required: false - label: Proxy \ No newline at end of file + label: Proxy + - variable: httpd.hostname + default: "test.molgenis.org" + description: "Hostname for your services (comma separated, example: [hostname]:[port])" + type: string + required: false + label: Hostname \ No newline at end of file diff --git a/httpd/v1.0.0/templates/deployment.yaml b/httpd/v1.0.0/templates/deployment.yaml index 658af59..4024364 100644 --- a/httpd/v1.0.0/templates/deployment.yaml +++ b/httpd/v1.0.0/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: protocol: TCP env: - name: SERVER_NAME - value: "{{ .Values.ingress.hosts[0].name }}" + value: "{{ .Values.httpd.hostname }}" - name: PROXY_SERVICE value: "{{ .Values.httpd.proxy }}" livenessProbe: