mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user