mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 08:39:52 +00:00
fix(cilium): that didn't work, how bout this
This commit is contained in:
@@ -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:
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user