chilly-waitress-62592
01/03/2023, 2:50 PMcert-manager
option here: https://docs.garden.io/advanced/cert-manager-integration#enabling-and-configuring-cert-manager
Probably worth indicating in the docs that this won't be supported going forward.
I'm looking for recommendations for the least headache-inducing approach to get TLS set up. I am fine with wildcard certificates for our environment subdomain setups (currently app.domain.com
, *.dev.domain.com
, *.preview.domain.com
).
I would use the garden implementation if I didn't see the message about deprecation.cert-manager
, and it is somewhat playing nicely with the tlsCertificates
config in the kubernetes provider.ClusterIssuer
.setupIngressController: false
?quaint-dress-831
01/05/2023, 3:30 AMchilly-waitress-62592
01/05/2023, 8:33 PMgarden delete service X
for the ingress.quaint-dress-831
01/05/2023, 8:34 PMgarden deploy
ought to have had the desired effect of removing the controller but perhaps not?chilly-waitress-62592
01/05/2023, 8:35 PMClusterIssuer
and Certificate
and then combined that with the tlsCertificate
section of the project config.quaint-dress-831
01/05/2023, 8:35 PMchilly-waitress-62592
01/05/2023, 8:39 PM