Skip to content

Commit

Permalink
fix(cilium): that didn't work, how bout this
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Nov 28, 2024
1 parent 9dc6f72 commit b07f3f4
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions kube/deploy/core/_networking/cilium/loadbalancer/LB-IPs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,6 @@ spec:
---
apiVersion: cilium.io/v2alpha1
kind: CiliumLoadBalancerIPPool
metadata:
name: cilium-ingress
spec:
blocks:
- cidr: "${IP_LB_INGRESS_CIDR}"
serviceSelector:
matchLabels:
cilium.io/ingress: "true"
---
apiVersion: cilium.io/v2alpha1
kind: CiliumLoadBalancerIPPool
metadata:
name: dns
spec:
allowFirstLastIPs: "Yes"
blocks:
- cidr: "${IP_LB_DNS_CIDR}"
- cidr: "${APP_IP_BLOCKY}/32"
serviceSelector:
matchLabels:
exposeSvc: dns
---
apiVersion: cilium.io/v2alpha1
kind: CiliumLoadBalancerIPPool
metadata:
name: internal-only
spec:
Expand All @@ -47,14 +23,3 @@ spec:
serviceSelector:
matchLabels:
io.cilium/internal: "true"
---
apiVersion: cilium.io/v2alpha1
kind: CiliumLoadBalancerIPPool
metadata:
name: vm-ad
spec:
blocks:
- cidr: "${IP_AD_CIDR}"
serviceSelector:
matchLabels:
vm.home.arpa/windows: "ad"

0 comments on commit b07f3f4

Please sign in to comment.