Tangible Bytes

A Web Developer’s Blog

Helm Chart for Multi Domain Tls Cert

I’m running a service on Kubernetes that hosts multiple websites via different domains.

I had followed the default Helm Chart pattern and ended up with one TLS cert for all the sites.

This worked OK - except that I kept getting downtime when I needed to add a new domain.

So I refactored to have a different certificate for each site.

Read more ...