There are many ways to expose artifactory service and set up ssl connections. For this release, we will deploy the bundled nginx deployment and expose it with loadBalancer service type. We will also use nginx to terminate ssl connections and then forward traffic to artifactory service. So we will put the certificate in a tls secret first.
$ kubectl create secret tls artifactory-tls --cert=path/to/tls.cert --key=path/to/tls.key