diff --git a/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html b/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html index cf66330d6..814ff9ebf 100644 --- a/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html +++ b/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html @@ -96,15 +96,13 @@
Container port | -Load balancer port | -
{{ port.targetPort }} | -- {{ port.port }} - - access - - | -
Container port | -Cluster node port | -
{{ port.targetPort }} | -{{ port.nodePort }} | -
{{ ctrl.application.ServiceName }}
@@ -270,22 +235,75 @@
Refer to the below port configuration to access the application.
Container port | -Application port | -Protocol | -
{{ port.targetPort }} | -{{ port.port }} | -{{ port.protocol }} | -
Container port | +{{ ctrl.application.ServiceType | kubernetesApplicationPortsTableHeaderText }} port | +HTTP route | +
{{ port.TargetPort }}/{{ port.Protocol }} | ++ + {{ port.NodePort }} + + + {{ port.Port }} + + + access + + | +- | +
{{ port.TargetPort }}/{{ port.Protocol }} | ++ + {{ port.NodePort }} + + + {{ port.Port }} + + + access + + | ++ pending + + + + {{ ctrl.buildIngressRuleURL(rule) | stripprotocol }} + + + | +