18 lines
330 B
YAML
18 lines
330 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: netbird-svc
|
|
namespace: netbird
|
|
spec:
|
|
ports:
|
|
- name: dashboard
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
- name: management
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 4443
|
|
selector:
|
|
app: netbird
|