Step 3

ARTIFACTORY: Deploying Artifactory Helm charts with Nginx-ingress

AuthorFullName__c
Prajyot Pawase, Raphael Zaafrani
articleNumber
000005348
ft:sourceType
Salesforce
FirstPublishedDate
2022-07-26T14:08:27Z
lastModifiedDate
2024-04-03T11:00:03Z
VersionNumber
6
Point the domain to an EXTERNAL_IP of Nginx-Ingress service
For example, create a DNS test.artifactory.com and point it to EXTERNAL_IP
## Command to get EXTERNAL_IP

kubectl get svc -n nginx-ingress nginx-ingress-controller -o jsonpath='{.status.loadBalancer.ingress[0].hostname}'