diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 82e8577..1140709 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -42,10 +42,10 @@ questions: show_subquestion_if: true group: "Services and Load Balancing" subquestions: - - variable: httpd.hostname + - variable: ingress.hosts[0].name default: "" - description: "Hostname to your stack (comma separated)" - type: string + description: "Hostname to your stack" + type: hostname required: true label: Hostname - variable: httpd.proxy diff --git a/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml index b287580..03f1869 100644 --- a/httpd/v1.0.0/values.yaml +++ b/httpd/v1.0.0/values.yaml @@ -27,7 +27,7 @@ ingress: # kubernetes.io/tls-acme: "true" path: / hosts: - - { httpd.hostname } + - molgenis.local tls: [] # - secretName: chart-example-tls # hosts: