From d01142025c5df80f7ca0751e8a00c2e5e0886948 Mon Sep 17 00:00:00 2001 From: Phil Nichol <35630607+philnichol@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:58:38 +0000 Subject: [PATCH] Add test --- .../controller-custom-nameSuffixes-values.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 charts/ingress-nginx/ci/controller-custom-nameSuffixes-values.yaml diff --git a/charts/ingress-nginx/ci/controller-custom-nameSuffixes-values.yaml b/charts/ingress-nginx/ci/controller-custom-nameSuffixes-values.yaml new file mode 100644 index 000000000..c10db07d3 --- /dev/null +++ b/charts/ingress-nginx/ci/controller-custom-nameSuffixes-values.yaml @@ -0,0 +1,17 @@ +controller: + admissionWebhooks: + certManager: + enabled: true + service: + nameSuffix: adm + metrics: + enabled: true + service: + nameSuffix: mtr + service: + type: ClusterIP + internal: + enabled: true + nameSuffix: int + annotations: + service.beta.kubernetes.io/aws-load-balancer-internal: "true"