From 0f9728a38f8408dfa2fe968fb653d99d1f01afa7 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 18 Jun 2024 02:27:10 +1000 Subject: [PATCH] disable cilium and network rules for now --- kubernetes/infrastructure/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index c564b54..40d9d9e 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -9,6 +9,6 @@ resources: - ./namespaces/podinfo.yaml - ./namespaces/prometheus-operator.yaml - ./repositories/repositories.yaml - - ./cilium/cilium.yaml +# - ./cilium/cilium.yaml - ./ingress-nginx/ingress-nginx-config.yaml - ./ingress-nginx/ingress-nginx.yaml