mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-14 19:47:37 +08:00
c64d756ea7
Tested with Rancher k3s. See k8s/README.md for site configuration and deployment instructions. Add cert-manager, tls, remote headscale script.
11 lines
244 B
YAML
11 lines
244 B
YAML
kind: Ingress
|
|
metadata:
|
|
name: headscale
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
spec:
|
|
tls:
|
|
- hosts:
|
|
- $(PUBLIC_HOSTNAME)
|
|
secretName: staging-cert
|