From 44a33425d004f7df1cac5fbfeec80505ad6c6cf2 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 21 Jun 2026 09:08:26 +1000 Subject: [PATCH] chore: remove middleware resource there is no crd for this, preventing the deployment of artifactapi 3 --- apps/base/artifactapi/kustomization.yaml | 1 - apps/base/artifactapi/middleware.yaml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 apps/base/artifactapi/middleware.yaml diff --git a/apps/base/artifactapi/kustomization.yaml b/apps/base/artifactapi/kustomization.yaml index 02b2ed1..7a416ce 100644 --- a/apps/base/artifactapi/kustomization.yaml +++ b/apps/base/artifactapi/kustomization.yaml @@ -20,7 +20,6 @@ resources: - hpa_api.yaml - hpa_ui.yaml - httproute_v3.yaml - - middleware.yaml - pvc_v3.yaml - services_v3.yaml # shared diff --git a/apps/base/artifactapi/middleware.yaml b/apps/base/artifactapi/middleware.yaml deleted file mode 100644 index f8e958a..0000000 --- a/apps/base/artifactapi/middleware.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -apiVersion: traefik.io/v1alpha1 -kind: Middleware -metadata: - name: api-ipallowlist - namespace: artifactapi -spec: - ipAllowList: - sourceRange: - - 10.10.10.200/32 -- 2.47.3