From e87f56d597a3ef9d5041148d3fd31478d195f459 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 00:18:45 +1000 Subject: [PATCH] fix(puppet): add traefik.io/instance label to puppetdb Gateway --- apps/base/puppet/gateway_puppetdb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/puppet/gateway_puppetdb.yaml b/apps/base/puppet/gateway_puppetdb.yaml index 16446ea..e345cf5 100644 --- a/apps/base/puppet/gateway_puppetdb.yaml +++ b/apps/base/puppet/gateway_puppetdb.yaml @@ -9,6 +9,7 @@ metadata: external-dns.alpha.kubernetes.io/hostname: puppetdb.k8s.syd1.au.unkin.net external-dns.alpha.kubernetes.io/target: 198.18.200.0 labels: + traefik.io/instance: internal app.kubernetes.io/component: puppetdb app.kubernetes.io/instance: puppetserver app.kubernetes.io/name: puppetserver