refactor: migrate from ingress-nginx to Traefik v3 #254

Merged
argoyle merged 1 commits from refactor/traefik-migration into main 2026-04-15 13:05:45 +00:00
Owner

Summary

  • Replace ingress-nginx 4.15.1 with Traefik v3 (Helm chart 39.0.7) as ingress controller
  • Convert nginx-specific annotations to Traefik Middleware CRDs
  • Update setup script selectors, namespaces, and readiness checks
  • Add .claude/settings.local.json to .gitignore

🤖 Generated with Claude Code

## Summary - Replace ingress-nginx 4.15.1 with Traefik v3 (Helm chart 39.0.7) as ingress controller - Convert nginx-specific annotations to Traefik Middleware CRDs - Update setup script selectors, namespaces, and readiness checks - Add `.claude/settings.local.json` to `.gitignore` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
argoyle added 1 commit 2026-04-15 13:04:05 +00:00
Replace ingress-nginx 4.15.1 with Traefik v3 (Helm chart 39.0.7)
as the ingress controller for the local kind cluster.

- Replace k8s/nginx/ with k8s/traefik/ (Helm chart, values, namespace)
- Update setup script selectors and namespace references
- Convert nginx upstream-vhost annotations to Traefik Middleware CRDs
- Update ingressClassName from nginx to traefik

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
refactor: migrate from ingress-nginx to Traefik v3

Replace ingress-nginx 4.15.1 with Traefik v3 (Helm chart 39.0.7)
as the ingress controller for the local kind cluster.

- Replace k8s/nginx/ with k8s/traefik/ (Helm chart, values, namespace)
- Update setup script selectors and namespace references
- Convert nginx upstream-vhost annotations to Traefik Middleware CRDs
- Update ingressClassName from nginx to traefik
- Add .claude/ to .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
argoyle force-pushed refactor/traefik-migration from 96b796e048 to 39551a1862 2026-04-15 13:04:05 +00:00 Compare
argoyle merged commit a62ee9efb1 into main 2026-04-15 13:05:45 +00:00
argoyle deleted branch refactor/traefik-migration 2026-04-15 13:05:46 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/local-k8s#254