diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 239d0d5..67bd0d3 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -49,14 +49,8 @@ questions: required: true label: Hostname - variable: httpd.proxy - default: "[service]:[port]:[path]" - description: "Proxy for your services (comma separated)" + default: "" + description: "Proxy for your services (comma separated, example: [service]:[port]:[path])" type: string required: false - label: Proxy - - variable: httpd.hostname - default: "test.molgenis.org" - description: "Hostname for your stack (comma separated)" - type: string - required: true - label: Hostname (for HTTPD) \ No newline at end of file + label: Proxy \ 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 4024364..658af59 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.httpd.hostname }}" + value: "{{ .Values.ingress.hosts[0].name }}" - name: PROXY_SERVICE value: "{{ .Values.httpd.proxy }}" livenessProbe: