Use traefik and fix major problems with same-pods and cronjobs #185

Open
metal3d wants to merge 7 commits from feature/move-to-traefik into master
Owner

Add Traefik ingress and ingressroute - as Nginx ingress is now deprecated.
Developping this part revealed major problems with same-pod and cronjobs. It fixes major problems.

Add Traefik ingress and ingressroute - as Nginx ingress is now deprecated. Developping this part revealed major problems with same-pod and cronjobs. It fixes major problems.
metal3d added 7 commits 2026-05-03 21:00:14 +00:00
Ingress-nginx is now deprecated, so we changed ingress management:
- traefik is now the default ingress class to use
- we add traefik ingressroute management too
Fixes command expansion
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m50s
Go-Tests / sonar (pull_request) Successful in 37s
75dd6701a9
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m50s
Go-Tests / sonar (pull_request) Successful in 37s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/move-to-traefik:feature/move-to-traefik
git checkout feature/move-to-traefik
Sign in to join this conversation.