From 04cefcf8dac1e8945847ec0f2b050bf4a5b9dc71 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 30 Jul 2024 18:32:41 +0800 Subject: [PATCH] chore: cleanup --- .../core/ingress/ingress-nginx/app/kustomization.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kube/deploy/core/ingress/ingress-nginx/app/kustomization.yaml b/kube/deploy/core/ingress/ingress-nginx/app/kustomization.yaml index 56dac005..c2a57d79 100644 --- a/kube/deploy/core/ingress/ingress-nginx/app/kustomization.yaml +++ b/kube/deploy/core/ingress/ingress-nginx/app/kustomization.yaml @@ -7,10 +7,10 @@ configMapGenerator: namespace: "ingress" files: - common-values.yaml - - name: "default-backend-html" - namespace: "ingress" - files: - - index.html=https://jjgadgets.tech/error.zstd + #- name: "default-backend-html" + # namespace: "ingress" + # files: + # - index.html=https://jjgadgets.tech/error.zstd configurations: - kustomizeconfig.yaml resources: @@ -18,4 +18,4 @@ resources: - default-backend.yaml - hr-internal.yaml - hr-external.yaml - - hr-public.yaml \ No newline at end of file + - hr-public.yaml