mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
I'm experiencing issues reaching services directly exposed to the internet At first only some carriers didn't load the pages, but it appears to be getting worse somehow Signed-off-by: Vegard Hagen <[email protected]>
12 lines
226 B
YAML
12 lines
226 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumLoadBalancerIPPool
|
|
metadata:
|
|
name: first-pool
|
|
spec:
|
|
blocks:
|
|
- start: 192.168.1.220
|
|
stop: 192.168.1.255
|
|
serviceSelector:
|
|
matchLabels:
|
|
l2.cilium.io/ip-pool: default
|