Move kubernetes example under docs

This commit is contained in:
Kristoffer Dalby
2022-01-02 20:04:35 +01:00
parent f9e6722635
commit 74fd5de43d
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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