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