fix: Added defaults for Protocol (#1054)

pull/1056/head
Sergii Kabashniuk 2021-09-08 10:00:00 +03:00 committed by GitHub
parent e5b0625d69
commit b4686278e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ func getContainersSpec(instance *orgv1.CheCluster) []corev1.Container {
},
},
Ports: []corev1.ContainerPort{
{ContainerPort: 8080},
{ContainerPort: 8080, Protocol: "TCP"},
},
},
corev1.Container{