Configures SSL for the service.
Uses Let’s Encrypt to obtain a certificate for the service’s domain name.
Assumes the service is running on a server with a public IP address,
and that the domain name is pointed to that IP address.Requires cert-manager to be installed on the cluster.Operated by configuring an Issuer to generate certificates for the service,
and modifying the service’s Ingress to use the generated certificate.