mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-24 10:35:22 +00:00
12 lines
250 B
YAML
12 lines
250 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
|