From 349dc5fd01ecf0bdd8dce8ffe1d2726ea9f9cf07 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Sun, 21 Jun 2026 09:10:49 +1000 Subject: [PATCH] chore: remove middleware resource (#193) there is no crd for this, preventing the deployment of artifactapi 3 --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/193 --- 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