| <a name="input_port_configuration"></a> [port\_configuration](#input\_port\_configuration) | Defines the configuration of the ports to be used by the Istio Ingress Gateway | <pre>map(object({<br/> app_protocol = string<br/> node_port = number<br/> host_port = number<br/> target_port = number<br/> protocol = string<br/> }))</pre> | <pre>{<br/> "http": {<br/> "app_protocol": "http",<br/> "host_port": 80,<br/> "node_port": 30000,<br/> "protocol": "TCP",<br/> "target_port": 80<br/> },<br/> "https": {<br/> "app_protocol": "https",<br/> "host_port": 443,<br/> "node_port": 30001,<br/> "protocol": "TCP",<br/> "target_port": 443<br/> },<br/> "status-port": {<br/> "app_protocol": "http",<br/> "host_port": 15021,<br/> "node_port": 30002,<br/> "protocol": "TCP",<br/> "target_port": 15021<br/> }<br/>}</pre> | no |
0 commit comments