From 14797309ff964b7897e072801c441c4c34532856 Mon Sep 17 00:00:00 2001 From: Alputer Date: Tue, 18 Jun 2024 12:09:30 +0200 Subject: [PATCH] feat(helm): allow cluster administrator to configure ingress host (#804) Closes reanahub/reana-workflow-controller#587 --- AUTHORS.md | 1 + helm/reana/templates/reana-workflow-controller.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 807aeb8b..a6681a54 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,6 +8,7 @@ organisation on GitHub, in alphabetical order: - [Adelina Lintuluoto](https://orcid.org/0000-0002-0726-1452) - [Agisilaos Kounelis](https://orcid.org/0000-0001-9312-3189) - [Alizee Pace](https://www.linkedin.com/in/aliz%C3%A9e-pace-516b4314b/) +- [Alp Tuna](https://orcid.org/0009-0001-1915-3993) - [Ana Trisovic](https://orcid.org/0000-0003-1991-0533) - [Anton Khodak](https://orcid.org/0000-0003-3263-4553) - [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663) diff --git a/helm/reana/templates/reana-workflow-controller.yaml b/helm/reana/templates/reana-workflow-controller.yaml index 3133bd76..028d07a2 100644 --- a/helm/reana/templates/reana-workflow-controller.yaml +++ b/helm/reana/templates/reana-workflow-controller.yaml @@ -86,6 +86,8 @@ spec: value: {{ .Values.namespace_runtime | default .Release.Namespace }} - name: REANA_INGRESS_ANNOTATIONS value: {{ .Values.ingress.annotations | toJson | quote }} + - name: REANA_INGRESS_HOST + value: {{ .Values.reana_hostname | default "" | quote }} - name: REANA_DEFAULT_QUOTA_CPU_LIMIT value: {{ .Values.quota.default_cpu_limit | default 0 | quote }} - name: REANA_DEFAULT_QUOTA_DISK_LIMIT