feat(paperclip): migrate Ingress to Gateway API #133

Merged
unkinben merged 3 commits from benvin/paperclip-gateway-api into main 2026-05-23 01:31:03 +10:00
Owner

Summary

  • Replace Ingress (nginx) with Gateway + HTTPRoute using traefik-internal GatewayClass
  • TLS terminated at the Gateway listener; cert-manager provisions the certificate via vault-issuer
  • external-dns annotations moved to the Gateway

Test plan

  • ArgoCD syncs the paperclip app cleanly
  • cert-manager issues the paperclip-tls certificate
  • external-dns creates the DNS record
  • https://paperclip.k8s.syd1.au.unkin.net is reachable
## Summary - Replace `Ingress` (nginx) with `Gateway` + `HTTPRoute` using `traefik-internal` GatewayClass - TLS terminated at the Gateway listener; cert-manager provisions the certificate via `vault-issuer` - external-dns annotations moved to the Gateway ## Test plan - [ ] ArgoCD syncs the paperclip app cleanly - [ ] cert-manager issues the `paperclip-tls` certificate - [ ] external-dns creates the DNS record - [ ] `https://paperclip.k8s.syd1.au.unkin.net` is reachable
unkinben added 1 commit 2026-05-22 00:11:55 +10:00
feat(paperclip): migrate Ingress to Gateway API
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
43081f8e74
Replace nginx Ingress with Gateway + HTTPRoute using the traefik-internal
GatewayClass. TLS is terminated at the Gateway listener via cert-manager.
unkinben added 1 commit 2026-05-23 00:19:13 +10:00
fix(paperclip): add traefik.io/instance label to Gateway
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
d787ebd117
unkinben added 1 commit 2026-05-23 00:20:47 +10:00
fix: correct external-dns target IP to 198.18.200.4
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
6b6aa5fd48
unkinben merged commit 58368948d9 into main 2026-05-23 01:31:03 +10:00
unkinben deleted branch benvin/paperclip-gateway-api 2026-05-23 01:31:03 +10: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: unkin/argocd-apps#133