Sign in before continuing.
Ports that are set in ConfigMap.yaml are validated without errors, but ports are not actually added to the service.
Version: 1.8.4-bb.6
Description: Upon configuring ingressgateways and trying to add NodePorts 30080 and 30443 to a service, it seems the file is validated but the ports are not actually being added.
Output from kubectl get service -n istio-system
public-ingressgateway NodePort 10.43.105.201 <none> 15021:31064/TCP,80:32103/TCP,443:30989/TCP,15443:32575/TCP 3d20h
Edited by Ali Youssef
