Tls secret

ARTIFACTORY: Installation Quick Start Guide - Helm

AuthorFullName__c
Paul Pan
articleNumber
000005199
ft:sourceType
Salesforce
FirstPublishedDate
2022-01-13T19:22:21Z
lastModifiedDate
2024-03-13T08:56:30Z
VersionNumber
14

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