When Black Duck SCA is deployed with Kubernetes in the same cluster and namespace as KB:
-
Keep the default values in
values-hub-onprem.yamlfile, and use this file when deploying blackduck
When Black Duck SCA is deployed with Kubernetes in the same cluster as KB but in different namespace:
-
In the
values-hub-onprem.yamlfile, replace all occurrences of host name "kb-nginx" (Ex: XXX_HOST) with "kb-nginx.<KB_NAMESPACE>”, and use this file when deploying Black Duck SCA
When Black Duck SCA is deployed with Kubernetes in different machine:
-
In the
values-hub-onprem.yamlfile, replace all occurrences of host name "kb-nginx" (Ex: XXX_HOST) with KB onprem Node IP -
Replace all occurrences of port number "8148" (Ex: XXX_PORT) with KB on-prem node port number
-
Use this file when deploying Black Duck SCA
When Black Duck SCA is deployed with Swarm:
-
In the provided “blackduck-config.externalHub.env” file in blackduck orchestration, Replace all occurences of host value <IP ADDRESS OF ONPREM SERVER> with KB onprem Node IP
-
Replace all occurrences of port number "8148" and “8080” (Ex: XXX_PORT) with KB onprem node port number
-
Rename
blackduck-config.externalHub.envtoblackduck-config.envand deploy blackduck as usual