From fe1f42fb1ad20dd5fc678c04894a14d6771eac4f Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 11 Jun 2024 02:32:50 +1000 Subject: [PATCH] add ingress-nginx app --- kubernetes/infrastructure/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index b3b4416..77b5526 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization resources: - ./repositories/repositories.yaml - ./cilium/cilium.yaml + - ./ingress-nginx/ingress-nginx.yaml