1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/examples/kustomize/production-tls/ingress-patch.yaml

12 lines
258 B
YAML
Raw Normal View History

kind: Ingress
metadata:
name: headscale
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
tls:
2021-11-13 09:11:55 +01:00
- hosts:
- $(PUBLIC_HOSTNAME)
secretName: production-cert