When Black Duck SCA is deployed with Kubernetes in the same cluster and namespace as KB:

  • Keep the default values in values-hub-onprem.yaml file, 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.yaml file, 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.yaml file, 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.env to blackduck-config.env and deploy blackduck as usual