chore: remove middleware resource (#193)
there is no crd for this, preventing the deployment of artifactapi 3 --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #193
This commit was merged in pull request #193.
This commit is contained in:
@@ -20,7 +20,6 @@ resources:
|
|||||||
- hpa_api.yaml
|
- hpa_api.yaml
|
||||||
- hpa_ui.yaml
|
- hpa_ui.yaml
|
||||||
- httproute_v3.yaml
|
- httproute_v3.yaml
|
||||||
- middleware.yaml
|
|
||||||
- pvc_v3.yaml
|
- pvc_v3.yaml
|
||||||
- services_v3.yaml
|
- services_v3.yaml
|
||||||
# shared
|
# 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