fix: Added defaults for Protocol (#1054)
parent
e5b0625d69
commit
b4686278e9
|
|
@ -639,7 +639,7 @@ func getContainersSpec(instance *orgv1.CheCluster) []corev1.Container {
|
|||
},
|
||||
},
|
||||
Ports: []corev1.ContainerPort{
|
||||
{ContainerPort: 8080},
|
||||
{ContainerPort: 8080, Protocol: "TCP"},
|
||||
},
|
||||
},
|
||||
corev1.Container{
|
||||
|
|
|
|||
Loading…
Reference in New Issue