feat(puppet): migrate puppetboard Ingress to Gateway API #130

Merged
unkinben merged 3 commits from benvin/puppetboard-gateway-api into main 2026-05-23 01:31:28 +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
  • ingress_puppetdb.yaml is unchanged in this PR (separate PR)

Test plan

  • ArgoCD syncs the puppet app cleanly
  • cert-manager issues the puppetboard-tls certificate
  • external-dns creates the DNS record
  • https://puppetboard.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 - `ingress_puppetdb.yaml` is unchanged in this PR (separate PR) ## Test plan - [ ] ArgoCD syncs the puppet app cleanly - [ ] cert-manager issues the `puppetboard-tls` certificate - [ ] external-dns creates the DNS record - [ ] `https://puppetboard.k8s.syd1.au.unkin.net` is reachable
unkinben added 1 commit 2026-05-22 00:09:48 +10:00
feat(puppet): migrate puppetboard Ingress to Gateway API
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
1f4364b51a
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:18:26 +10:00
fix(puppet): add traefik.io/instance label to puppetboard Gateway
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
ca81cc528c
unkinben added 1 commit 2026-05-23 00:20:35 +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
bb7cb1215a
unkinben merged commit 2c6d88aa6b into main 2026-05-23 01:31:28 +10:00
unkinben deleted branch benvin/puppetboard-gateway-api 2026-05-23 01:31:28 +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#130