mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-24 02:25:24 +00:00
14 lines
189 B
YAML
14 lines
189 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: headscale
|
|
labels:
|
|
app: headscale
|
|
spec:
|
|
selector:
|
|
app: headscale
|
|
ports:
|
|
- name: http
|
|
targetPort: http
|
|
port: 8080
|