mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 08:37:35 +00:00
Move kubernetes to kustomize, since thats what it is
This commit is contained in:
11
docs/examples/kustomize/production-tls/ingress-patch.yaml
Normal file
11
docs/examples/kustomize/production-tls/ingress-patch.yaml
Normal 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
|
Reference in New Issue
Block a user