Step 2

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
Install Nginx-Ingress Controller using the below commands (we can deploy nginx-ingress with the custom certificates. For more information, please refer to the Github page here)
$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx

$ helm repo update


$ kubectl create ns nginx-ingress


$ helm upgrade --install nginx-ingress --namespace nginx-ingress ingress-nginx/ingress-nginx