feat(documentation): Added readme content and adjusted config

This commit is contained in:
Fishandchips321 2026-04-15 15:03:01 +01:00
parent 15ce4b1e30
commit 934a68303a
4 changed files with 25 additions and 15 deletions

View file

@ -2,9 +2,15 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headscale
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
spec:
tls:
- hosts:
- <headscale url>
secret-name: headscale-tls
rules:
- host: headscale.foxhawk.co.uk
- host: <headscale url>
http:
paths:
- pathType: Prefix