Skip to content

Commit

Permalink
chore(master): merge maint-0.9 (#806)
Browse files Browse the repository at this point in the history
feat(helm): allow cluster administrator to configure ingress host (#804)
  • Loading branch information
tiborsimko committed Jun 26, 2024
2 parents 1d95937 + 1479730 commit 19ce68e
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 @@ -90,6 +90,8 @@ spec:
- name: REANA_INGRESS_CLASS_NAME
value: {{ .Values.ingress.ingress_class_name | quote }}
{{- end }}
- 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 19ce68e

Please sign in to comment.