Port fix DEBUG
General MR
Summary
- Updated default ports
- Updated default service account name
Relevant logs/screenshots
Initially, the following warnings were occurring for both public and passthrough. Now that the default ports are correct, the warnings have gone away for public (default) gateway. The errors below need to be handled via umbrella template for passthrough.
istioctl analyze -n istio-gateway
Warning [IST0162] (Gateway istio-gateway/istio-gateway-passthrough-ingressgateway) The gateway is listening on a target port (port 8080) that is not defined in the Service associated with its workload instances (Pod selector app=istio-gateway-passthrough-ingressgateway). If you need to access the gateway port through the gateway Service, it will not be available.
Warning [IST0162] (Gateway istio-gateway/istio-gateway-passthrough-ingressgateway) The gateway is listening on a target port (port 8443) that is not defined in the Service associated with its workload instances (Pod selector app=istio-gateway-passthrough-ingressgateway). If you need to access the gateway port through the gateway Service, it will not be available.
Linked Issue
Upgrade Notices
N/A
Edited by Jimmy Bourque