add port 80 for hosted k8s port requirements

This commit is contained in:
Rey Lejano
2023-02-03 09:26:09 -08:00
parent 6b57eada01
commit cba1f97c90
+4 -1
View File
@@ -13,7 +13,10 @@ const PortsImportedHosted = () => (
<tbody>
<tr>
<td rowspan="3">Rancher Nodes <sup>(1)</sup></td>
<td></td>
<td rowspan="3" style={{
"background-color": "#3497DA",
color: "#ffffff"
}}>80 TCP</td>
<td style={{
"background-color": "#3497DA",
color: "#ffffff"