initial commit

This commit is contained in:
Fishandchips321 2026-04-15 14:07:27 +01:00
commit dc7d39e5f1
12 changed files with 810 additions and 0 deletions

10
Headscale/service.yml Normal file
View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: headscale
spec:
selector:
app: headscale
ports:
- port: 80
targetPort: 8080