From f26e4eedb85f476fbf08d3182d79ea666370e30b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Jun 2021 18:09:31 +0200 Subject: [PATCH] Need to add commonLabels so that the selector of service matches Without it, the selector will match also ALL OTHER tls1-nginx labels! --- apps/nginx-certbot/overlays/ungleich/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/nginx-certbot/overlays/ungleich/kustomization.yaml b/apps/nginx-certbot/overlays/ungleich/kustomization.yaml index 4d33212..2f85abe 100644 --- a/apps/nginx-certbot/overlays/ungleich/kustomization.yaml +++ b/apps/nginx-certbot/overlays/ungleich/kustomization.yaml @@ -6,3 +6,5 @@ configMapGenerator: literals: - DOMAIN=ungleich-tls1.default.svc.c2.k8s.ooo - EMAIL=technik@ungleich.ch +commonLabels: + customer: ungleich