feat(puppet): migrate puppetdb Ingress to Gateway API #131

Merged
unkinben merged 3 commits from benvin/puppetdb-gateway-api into main 2026-05-23 16:05:27 +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_puppetboard.yaml is unchanged in this PR (separate PR)

Test plan

  • ArgoCD syncs the puppet app cleanly
  • cert-manager issues the puppetdb-tls certificate
  • external-dns creates the DNS record
  • https://puppetdb.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_puppetboard.yaml` is unchanged in this PR (separate PR) ## Test plan - [ ] ArgoCD syncs the puppet app cleanly - [ ] cert-manager issues the `puppetdb-tls` certificate - [ ] external-dns creates the DNS record - [ ] `https://puppetdb.k8s.syd1.au.unkin.net` is reachable
unkinben added 1 commit 2026-05-22 00:10:34 +10:00
feat(puppet): migrate puppetdb Ingress to Gateway API
ci/woodpecker/pr/kubeconform Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
0f5c2fc24d
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:47 +10:00
fix(puppet): add traefik.io/instance label to puppetdb Gateway
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
c589938906
unkinben added 1 commit 2026-05-23 00:20:37 +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
809edcf52d
unkinben force-pushed benvin/puppetdb-gateway-api from 809edcf52d to 12b6b5e038 2026-05-23 01:34:04 +10:00 Compare
unkinben merged commit 90ddd932fe into main 2026-05-23 16:05:27 +10:00
unkinben deleted branch benvin/puppetdb-gateway-api 2026-05-23 16:05:27 +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#131