sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
80 stars 12 forks source link

Refactor ingress to use explicit certificate manifest #194

Open sedatbasar opened 6 months ago

sedatbasar commented 6 months ago

Background: Currently we rely on ingress certificate resolvers to create new SSL certificates for ingress routes. This makes it difficult to track the certificate life cycle and debug errors when certificates are issued by cert manager.

AC: