diff --git a/pkg/deploy/gateway/gateway.go b/pkg/deploy/gateway/gateway.go index c15d2759e..acb7f4255 100644 --- a/pkg/deploy/gateway/gateway.go +++ b/pkg/deploy/gateway/gateway.go @@ -639,7 +639,7 @@ func getContainersSpec(instance *orgv1.CheCluster) []corev1.Container { }, }, Ports: []corev1.ContainerPort{ - {ContainerPort: 8080}, + {ContainerPort: 8080, Protocol: "TCP"}, }, }, corev1.Container{