From b8e34d6df6d6dbef14e8c4e315ae8bdb4f5586b6 Mon Sep 17 00:00:00 2001 From: soukainna Date: Mon, 30 Oct 2023 14:22:03 +0100 Subject: [PATCH] add ingress-nginx --- ingress/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ingress/kustomization.yaml diff --git a/ingress/kustomization.yaml b/ingress/kustomization.yaml new file mode 100644 index 0000000..93a42a3 --- /dev/null +++ b/ingress/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml