headscale fix port name
diff --git a/charts/headscale/templates/headscale.yaml b/charts/headscale/templates/headscale.yaml
index 1bf3a07..db3a81e 100644
--- a/charts/headscale/templates/headscale.yaml
+++ b/charts/headscale/templates/headscale.yaml
@@ -65,7 +65,7 @@
service:
name: headscale
port:
- number: grpc
+ name: grpc
---
apiVersion: v1
kind: Service
@@ -81,6 +81,10 @@
port: 80
targetPort: http
protocol: TCP
+ - name: grpc
+ port: 50443
+ targetPort: grpc
+ protocol: TCP
---
apiVersion: v1
kind: PersistentVolumeClaim
@@ -125,6 +129,9 @@
- name: http
containerPort: 8080
protocol: TCP
+ - name: grpc
+ containerPort: 50443
+ protocol: TCP
command: ["headscale", "--config=/headscale/config/config.yaml", "serve"]
resources:
# requests: