forked from reanahub/reana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): introduce
traefik.external
Helm chart value (reanahub#866)
Introduces a new Helm chart value `traefik.external` instructing REANA whether Traefik is already provided externally and should not be deployed by REANA itself. In this case, REANA will only add necessary roles for Traefik middleware. - If `traefik.external` is set to `true` and `traefik.enabled` is set to `false` the Helm chart will assume an external Traefik instance is managing ingress, and it will not deploy Traefik within the cluster. - If `traefik.external` is set to `false` and `traefik.enabled` is set to `true`, the default behaviour remains unchanged, and Traefik will be installed as part of the REANA deployment. This change fixes cluster role issues and provides greater flexibility for users who want to manage Traefik separately or already have an existing instance in their cluster. Closes reanahub#852
- Loading branch information
Showing
4 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters