From d787ebd1178d7ec96b31e91bc6eaeb0d06af1d10 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 00:19:08 +1000 Subject: [PATCH] fix(paperclip): add traefik.io/instance label to Gateway --- apps/base/paperclip/gateway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/paperclip/gateway.yaml b/apps/base/paperclip/gateway.yaml index a7dcfee..a6a5ce9 100644 --- a/apps/base/paperclip/gateway.yaml +++ b/apps/base/paperclip/gateway.yaml @@ -2,6 +2,8 @@ apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: + labels: + traefik.io/instance: internal annotations: cert-manager.io/cluster-issuer: vault-issuer cert-manager.io/common-name: paperclip.k8s.syd1.au.unkin.net