Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/fix: add dynamic dashboard deployment, remove legacy SSL annotations and delete legacy OpenShift template #95

Merged
merged 4 commits into from
Mar 1, 2024

Conversation

lentidas
Copy link
Contributor

@lentidas lentidas commented Feb 27, 2024

Description of the changes

The purpose of this PR is mainly to remove old SSL annotations that are no longer useful. The SSL redirection is no longer defined by these annotations, I think this is a leftover from ancient code. The HTTP -> HTTPS redirection is handled natively by the Traefik module and is enabled by default (a variable is available to deactivate it if necessary).

I also took the time to add a way to dynamically add dashboards by simply adding them to the folder dashboards inside the chart (like what is done on other modules).

I noticed that there was still some code related to OpenShift deployments, so I've removed it.

⚠️ Do a Rebase and merge

Breaking change

  • No

Tests executed on which distribution(s)

  • AKS (Azure)
  • EKS (AWS)
  • SKS (Exoscale)

The SSL redirection is no longer defined by these annotations, I think this is a leftover from ancient code. The HTTP -> HTTPS redirection is handled natively by the Traefik module and is enabled by default (a variable is available to deactivate it if necessary).
@lentidas lentidas self-assigned this Feb 27, 2024
@lentidas lentidas requested a review from a team as a code owner February 27, 2024 16:05
@lentidas lentidas merged commit c1aa813 into main Mar 1, 2024
@lentidas lentidas deleted the fix/remove_ssl_annotations branch March 1, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants