mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Use Gateway listener to reference routing peer (#150)
This just changes how a routing peer is referenced. In my head this model makes more sense, especially as we need at least one listener right now. Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
@@ -13,14 +13,9 @@ metadata:
|
||||
spec:
|
||||
gatewayClassName: public
|
||||
listeners:
|
||||
- protocol: HTTP
|
||||
- protocol: gateway.netbird.io/NBRoutingPeer
|
||||
name: netbird
|
||||
port: 80
|
||||
name: dummy
|
||||
infrastructure:
|
||||
parametersRef:
|
||||
group: netbird.io
|
||||
kind: NBRoutingPeer
|
||||
name: netbird
|
||||
---
|
||||
apiVersion: netbird.io/v1
|
||||
kind: NBRoutingPeer
|
||||
|
||||
Reference in New Issue
Block a user