diff options
| author | Max Resnick <max@ofmax.li> | 2024-09-07 21:08:51 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-09-07 21:08:51 -0700 |
| commit | bb01592d79af9f197f06d246af96d4dda8cffa7f (patch) | |
| tree | 8fbd31a7b2264eb4a84fc55f0a7fbc8964ecfdf6 /grumpy/sally/kustomization.yaml | |
| parent | 10dfd94046053a04e7b9f62d1b00007cc87b7d1b (diff) | |
| download | grumpy-charts-bb01592d79af9f197f06d246af96d4dda8cffa7f.tar.gz | |
chore: refactor manifests to use haproxy class and clean up labels
Diffstat (limited to '')
| -rw-r--r-- | grumpy/sally/kustomization.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |