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

16
Headscale/ingress.yml Normal file
View file

@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headscale
spec:
rules:
- host: headscale.foxhawk.co.uk
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: headscale
port:
number: 80