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

26 lines
476 B
YAML
Raw Normal View History

2026-03-19 13:01:58 +01:00
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: public
spec:
controllerName: "gateway.netbird.io/controller"
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: public
2026-03-19 13:01:58 +01:00
namespace: netbird
spec:
gatewayClassName: public
listeners:
- protocol: gateway.netbird.io/NBRoutingPeer
name: netbird
2026-03-19 13:01:58 +01:00
port: 80
---
apiVersion: netbird.io/v1
kind: NBRoutingPeer
metadata:
name: netbird
namespace: netbird
spec: {}