mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 09:02:28 +00:00
This is a required step for solving #81 Netbird 0.29.0 added its own relay service based on websockets
17 lines
287 B
YAML
17 lines
287 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: netbird-relay
|
|
namespace: netbird
|
|
labels:
|
|
app.kubernetes.io/name: netbird-relay
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: netbird-relay
|
|
ports:
|
|
- name: relay
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|