From b4686278e905255e2880a37a5a4309833f856ba8 Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Wed, 8 Sep 2021 10:00:00 +0300 Subject: [PATCH] fix: Added defaults for Protocol (#1054) --- pkg/deploy/gateway/gateway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{