Skip to content

Commit

Permalink
feat(helm): allow cluster administrator to configure ingress host (re…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Jun 20, 2024
1 parent 748ca07 commit 1479730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions helm/reana/templates/reana-workflow-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1479730

Please sign in to comment.