CMS SETUP
-
Copy the file cms-2.2.0.tgz from Artifactory directory vsp > 2.2.0 > Helm to the Management Node
-
helm template --name vsp-cms ./cms-2.2.0.tgz --namespace virsec > vsp-cms.yaml
-
kubectl apply -f vsp-cms.yaml
-
export SERVICE_IP=$(kubectl get svc --namespace virsec vsp-cms --template "{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}")
-
echo https://$SERVICE_IP:443