Skip to content

Commit fc29299

Browse files
committed
Fix TCP typo
1 parent 7c1beb1 commit fc29299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/webspherelibertyapplication_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ func (r *ReconcileWebSphereLiberty) getDNSEgressRule(reqLogger logr.Logger, endp
994994
dnsRule.Ports = append(dnsRule.Ports, portUDP)
995995

996996
portTCP := networkingv1.NetworkPolicyPort{}
997-
tcp := corev1.ProtocolUDP
997+
tcp := corev1.ProtocolTCP
998998
portTCP.Protocol = &tcp
999999
var portNumberTCP intstr.IntOrString = intstr.FromInt((int)(53))
10001000
portTCP.Port = &portNumberTCP

0 commit comments

Comments
 (0)