mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
31 lines
554 B
YAML
31 lines
554 B
YAML
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: netbird
|
||
|
|
namespace: netbird
|
||
|
|
spec:
|
||
|
|
gatewayClassName: public
|
||
|
|
listeners:
|
||
|
|
- protocol: HTTP
|
||
|
|
port: 80
|
||
|
|
name: dummy
|
||
|
|
infrastructure:
|
||
|
|
parametersRef:
|
||
|
|
group: netbird.io
|
||
|
|
kind: NBRoutingPeer
|
||
|
|
name: netbird
|
||
|
|
---
|
||
|
|
apiVersion: netbird.io/v1
|
||
|
|
kind: NBRoutingPeer
|
||
|
|
metadata:
|
||
|
|
name: netbird
|
||
|
|
namespace: netbird
|
||
|
|
spec: {}
|