Move kubernetes to kustomize, since thats what it is
This commit is contained in:
parent
8a07a63b1c
commit
8d504c35bf
21 changed files with 0 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue