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

fix: remove variable for the Grafana dashboard and remove legacy ingress annotations #77

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

lentidas
Copy link
Contributor

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).

In parallel, I've decided to remove the enable_monitoring_dashboard, because on the other modules we've decided to simply deploy the dashboards automatically as long as the serviceMonitor for the metrics is activated. I think this approach is simpler, so I made this removal.

⚠️ Do a Rebase and merge

Breaking change

  • Yes: the removal of the enable_monitoring_dashboard variable

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:23
@lentidas lentidas changed the title Fix/remove ssl annotations fix: remove variable for the Grafana dashboard and remove legacy ingress annotations Feb 27, 2024
@lentidas lentidas merged commit 99c16e2 into main Mar 1, 2024
@lentidas lentidas deleted the fix/remove_ssl_annotations branch March 1, 2024 10:51
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