chore: remove middleware resource
there is no crd for this, preventing the deployment of artifactapi 3
This commit is contained in:
@@ -20,7 +20,6 @@ resources:
|
||||
- hpa_api.yaml
|
||||
- hpa_ui.yaml
|
||||
- httproute_v3.yaml
|
||||
- middleware.yaml
|
||||
- pvc_v3.yaml
|
||||
- services_v3.yaml
|
||||
# shared
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: api-ipallowlist
|
||||
namespace: artifactapi
|
||||
spec:
|
||||
ipAllowList:
|
||||
sourceRange:
|
||||
- 10.10.10.200/32
|
||||
Reference in New Issue
Block a user