Currently, the default TCP port for Web Scans is 13443. If you wish to change this port to another TCP port, please create (or add to) an override.yaml file as shown below. After editing the override.yaml file, you will need to execute a helm upgrade or helm install for the changes to take effect.
For example, to change the port to 11443, an override.yaml file such as the following can be used:
ingress-nginx:
tcp:
11443: "{{ template \"deepfactor.nginxSvcName\" .}}:11443"
nginx:
service:
proxyPort: 11443
Comments
0 comments
Please sign in to leave a comment.