| <a name="input_port_configuration"></a> [port\_configuration](#input\_port\_configuration) | Defines the port mappings for the cluster nodes | <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/> "cilium-port": {<br/> "app_protocol": "http",<br/> "host_port": 9876,<br/> "node_port": 30003,<br/> "protocol": "TCP",<br/> "target_port": 9876<br/> },<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/>}</pre> | no |
0 commit comments