mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
19 lines
400 B
YAML
19 lines
400 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: netbird-management-grpc
|
|
namespace: netbird
|
|
labels:
|
|
app.kubernetes.io/name: netbird-management
|
|
app.kubernetes.io/instance: netbird
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: grpc
|
|
port: 33073
|
|
targetPort: 33073
|
|
protocol: TCP
|
|
selector:
|
|
app.kubernetes.io/instance: netbird
|
|
app.kubernetes.io/name: netbird-management
|