From bb01592d79af9f197f06d246af96d4dda8cffa7f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 7 Sep 2024 21:08:51 -0700 Subject: chore: refactor manifests to use haproxy class and clean up labels --- grumpy/sally/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'grumpy/sally/kustomization.yaml') diff --git a/grumpy/sally/kustomization.yaml b/grumpy/sally/kustomization.yaml index f300ec0..bf2465f 100644 --- a/grumpy/sally/kustomization.yaml +++ b/grumpy/sally/kustomization.yaml @@ -4,3 +4,11 @@ resources: - deploy.yaml - ingress.yaml - service.yaml + - cert.yaml +labels: +- pairs: + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/part-of: grumps-charts +- includeSelectors: true + pairs: + app.kubernetes.io/name: sally -- cgit v1.2.3