Adds headscale app.
This commit is contained in:
18
headscale/versions/1/service.yaml
Normal file
18
headscale/versions/1/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user