Step 1:

ARTIFACTORY: How to Enforce HTTP to HTTPS Redirection in Artifactory for browser access using Nginx and Helm Charts

AuthorFullName__c
Vignesh Surendrababu
articleNumber
000005693
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-27T15:57:08Z
lastModifiedDate
2023-04-27
VersionNumber
1
Deploy Artifactory using the default Nginx configuration via the helm charts.

Example:
postgresql:
 enabled: true
 postgresqlPassword: "password"
artifactory:
 license:
   secret: artifactory-cluster-license
   dataKey: artifactory.license
 replicaCount: 1
 resources:
   requests:
     memory: "2Gi"
     cpu: "1"
   limits:
     memory: "3Gi"
     cpu: "2"
 nodeSelector:
   jfrog: artifactory
 masterKeySecretName: masterkey-secret
 joinKeySecretName: joinkey-secret 
nginx:
 enabled: true
databaseUpgradeReady: true