Important

XRAY: Installation Quick Start Guide – Helm

AuthorFullName__c
Vignesh Surendrababu
articleNumber
000005225
ft:sourceType
Salesforce
FirstPublishedDate
2022-03-28T13:24:46Z
lastModifiedDate
2022-03-28
VersionNumber
10

Currently, it is not possible to connect a JFrog product (e.g., Xray) that is within a Kubernetes cluster with another JFrog product (e.g., Artifactory) that is outside of the cluster, as this is considered a separate network. Therefore, JFrog products cannot be joined together if one of them is not in a cluster.
 
As we have all the properties in place, we are ready to deploy Xray using the below command

 $ helm install xray -f values.yaml jfrog/xray --version 103.43.1


Note: If wanted to install HA node of Xray, make sure to update the replicaCount to a desired value > 1
For example:
 

replicaCount: 2
xray:
  jfrogUrl: <Provide JFrogUrl>
  joinKeySecretName: joinkey-secret
  masterKeySecretName: masterkey-secret
  name: xray
  persistence:
    mountPath: /var/opt/jfrog/xray