mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
12 lines
258 B
YAML
12 lines
258 B
YAML
kind: Ingress
|
|
metadata:
|
|
name: headscale
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
spec:
|
|
tls:
|
|
- hosts:
|
|
- $(PUBLIC_HOSTNAME)
|
|
secretName: production-cert
|