Adds headscale app.

This commit is contained in:
2026-06-19 21:33:05 +00:00
parent 777bab792c
commit 761712ba71
11 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: headscale
namespace: headscale
spec:
type: ClusterIP
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
- name: grpc
port: 50443
protocol: TCP
targetPort: 50443
selector:
component: server