Deepfactor portal needs a certificate to communicate with your applications instrumented with Deepfactor. This certificate can be generated in different ways. The following article will outline the steps needed to generate this certificate using cert-manager.
Add the following section to the override.yaml
ingress: hostName: <your_portal_hostname> certManager: enabled: true cert-manager: enablemodule: true installCRDs: true
If you have already installed cert-manager in your K8s cluster, please set enablemodule: false under cert-manager section.
To continue installation of the portal follow the instruction the following article