mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
fix(gateway): use the addresses field instead of infrastructure annotation
See GH issue #94 This was fixed in https://github.com/cilium/cilium/issues/32865 Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -5,9 +5,9 @@ metadata:
|
||||
namespace: gateway
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
infrastructure:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.1.222
|
||||
addresses:
|
||||
- type: IPAddress
|
||||
value: 192.168.1.222
|
||||
listeners:
|
||||
- protocol: HTTPS
|
||||
port: 443
|
||||
|
||||
@@ -5,9 +5,9 @@ metadata:
|
||||
namespace: gateway
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
infrastructure:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.1.220
|
||||
addresses:
|
||||
- type: IPAddress
|
||||
value: 192.168.1.220
|
||||
listeners:
|
||||
- protocol: HTTPS
|
||||
port: 443
|
||||
|
||||
Reference in New Issue
Block a user