feat(documentation): Added readme content and adjusted config
This commit is contained in:
parent
15ce4b1e30
commit
934a68303a
4 changed files with 25 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue