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:
Vegard Hagen
2025-06-08 22:23:47 +02:00
parent b3752260e7
commit e1cabbf2bb
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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