Files
netbird-kubernetes-operator/examples/gateway-api/gateway.yaml
T

31 lines
576 B
YAML
Raw Normal View History

2026-03-23 09:59:48 +01:00
apiVersion: netbird.io/v1
kind: NBRoutingPeer
2026-03-19 13:01:58 +01:00
metadata:
2026-03-23 09:59:48 +01:00
name: netbird
namespace: netbird
spec: {}
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: private
namespace: netbird
2026-03-19 13:01:58 +01:00
spec:
2026-03-23 09:59:48 +01:00
gatewayClassName: netbird-private
listeners:
- protocol: gateway.netbird.io/NBRoutingPeer
name: netbird
port: 1
2026-03-19 13:01:58 +01:00
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: public
2026-03-19 13:01:58 +01:00
namespace: netbird
spec:
2026-03-23 09:59:48 +01:00
gatewayClassName: netbird-public
2026-03-19 13:01:58 +01:00
listeners:
- protocol: gateway.netbird.io/NBRoutingPeer
name: netbird
2026-03-23 09:59:48 +01:00
port: 1