- [Tutorial]
- Helm and cert manager is already installed on the Kube cluster
- Deploy DuckDNS Cert-manager webhook
- git clone cert-manager-webhook-dns repo
- helm install
- making sure to add
--set groupName=<name>in the params
- making sure to add
- Add annotations into ingress.yml under metadata
annotations: cert-manager.io/cluster-issuer: cert-manager-webhook-duckdns-<name>-staging - Add tsl to ingress.yml under spec
tls: - hosts: - <name>.duckdns.org secretName: <name>-staging - Deploy
- Change annotations to production after push
- Every
stagingin ingress.yml changes toproduction
- Every