Skip to content

Commit 1479730

Browse files
committed
feat(helm): allow cluster administrator to configure ingress host (#804)
Closes reanahub/reana-workflow-controller#587
1 parent 748ca07 commit 1479730

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ organisation on GitHub, in alphabetical order:
88
- [Adelina Lintuluoto](https://orcid.org/0000-0002-0726-1452)
99
- [Agisilaos Kounelis](https://orcid.org/0000-0001-9312-3189)
1010
- [Alizee Pace](https://www.linkedin.com/in/aliz%C3%A9e-pace-516b4314b/)
11+
- [Alp Tuna](https://orcid.org/0009-0001-1915-3993)
1112
- [Ana Trisovic](https://orcid.org/0000-0003-1991-0533)
1213
- [Anton Khodak](https://orcid.org/0000-0003-3263-4553)
1314
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)

helm/reana/templates/reana-workflow-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ spec:
8686
value: {{ .Values.namespace_runtime | default .Release.Namespace }}
8787
- name: REANA_INGRESS_ANNOTATIONS
8888
value: {{ .Values.ingress.annotations | toJson | quote }}
89+
- name: REANA_INGRESS_HOST
90+
value: {{ .Values.reana_hostname | default "" | quote }}
8991
- name: REANA_DEFAULT_QUOTA_CPU_LIMIT
9092
value: {{ .Values.quota.default_cpu_limit | default 0 | quote }}
9193
- name: REANA_DEFAULT_QUOTA_DISK_LIMIT

0 commit comments

Comments
 (0)