mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-13 07:11:30 -05:00
Move examples out of docs/ directory
This commit is contained in:
committed by
Juan Font
parent
a43bb9c958
commit
dd9b4b1cb7
11
examples/kustomize/production-tls/ingress-patch.yaml
Normal file
11
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