headscale/docs/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 03:11:55 -05:00
- hosts:
- $(PUBLIC_HOSTNAME)
secretName: production-cert