From b775d7c474096ded254d204b8472dcaeb7223fbd Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 4 Mar 2025 10:29:50 -0600 Subject: [PATCH] remove ingress --- kustomize/app/ingress.yaml | 16 ---------------- kustomize/app/kustomization.yaml | 1 - 2 files changed, 17 deletions(-) delete mode 100644 kustomize/app/ingress.yaml diff --git a/kustomize/app/ingress.yaml b/kustomize/app/ingress.yaml deleted file mode 100644 index e7ad5be..0000000 --- a/kustomize/app/ingress.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: kipunji-ingress -spec: - rules: - - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: kipunji - port: - name: web diff --git a/kustomize/app/kustomization.yaml b/kustomize/app/kustomization.yaml index 70d5e6d..102fa1c 100644 --- a/kustomize/app/kustomization.yaml +++ b/kustomize/app/kustomization.yaml @@ -7,4 +7,3 @@ resources: - configmap.yaml - deployment.yaml - services.yaml - - ingress.yaml