Skip to content

Master

Márkó Ábrahám requested to merge (removed):master into master

Description:

This merge request aims to introduce support for multi domain deployment with auto-deployment chart for our Auto DevOps pipeline. This enhancement will enable users to pass one or more custom domains through the chart values, providing greater flexibility to be able to deploy application with different domains and certificates.

Changes introduced:

  1. Updated the auto-deployment chart's values.yaml file to include a new additionalDomains field.
  2. Edit the ingress.yaml template to accommodate the new additionalDomains field, allowing users to pass their multi domains configuration.
  3. Added documentation to the README.md file, explaining how to use the additionalDomains feature.

Testing:

  • Added unit tests to verify the correct behavior of the new feature.
  • Deployed the updated chart on a test cluster and successfully passed custom resources.
  • Ensured the Auto DevOps pipeline works correctly with the new feature.

Please review the changes and provide feedback. Once approved, we can proceed with merging this MR into the main branch.

Thank you!

Merge request reports