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 18, 2024
1 parent 1d95937 commit b9bd653
Show file tree
Hide file tree
Showing 3 changed files with 4 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.ingress.host | quote }}
- name: REANA_DEFAULT_QUOTA_CPU_LIMIT
value: {{ .Values.quota.default_cpu_limit | default 0 | quote }}
- name: REANA_DEFAULT_QUOTA_DISK_LIMIT
Expand Down
1 change: 1 addition & 0 deletions helm/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ notifications:
# Accessing the cluster from outside world
ingress:
enabled: true
host: ""
ingress_class_name: null
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
Expand Down

0 comments on commit b9bd653

Please sign in to comment.