2026-04-23 16:11:15 +02:00
|
|
|
apiVersion: netbird.io/v1alpha1
|
|
|
|
|
kind: NetworkRouter
|
2026-03-19 13:01:58 +01:00
|
|
|
metadata:
|
2026-03-23 09:59:48 +01:00
|
|
|
name: netbird
|
|
|
|
|
namespace: netbird
|
2026-04-23 16:11:15 +02:00
|
|
|
spec:
|
|
|
|
|
dnsZoneRef:
|
|
|
|
|
name: cluster.local
|
|
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: GatewayClass
|
|
|
|
|
metadata:
|
|
|
|
|
name: netbird-public
|
|
|
|
|
spec:
|
|
|
|
|
controllerName: "gateway.netbird.io/controller"
|
|
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: GatewayClass
|
|
|
|
|
metadata:
|
|
|
|
|
name: netbird-private
|
|
|
|
|
spec:
|
|
|
|
|
controllerName: "gateway.netbird.io/controller"
|
2026-03-23 09:59:48 +01:00
|
|
|
---
|
|
|
|
|
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:
|
2026-04-23 16:11:15 +02:00
|
|
|
- protocol: gateway.netbird.io/NetworkRouter
|
2026-03-23 09:59:48 +01:00
|
|
|
name: netbird
|
|
|
|
|
port: 1
|
2026-03-19 13:01:58 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: Gateway
|
|
|
|
|
metadata:
|
2026-03-19 18:28:35 +01:00
|
|
|
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:
|
2026-04-23 16:11:15 +02:00
|
|
|
- protocol: gateway.netbird.io/NetworkRouter
|
2026-03-20 10:01:06 +01:00
|
|
|
name: netbird
|
2026-03-23 09:59:48 +01:00
|
|
|
port: 1
|