Skip to content

Commit 11c1d08

Browse files
port mapping on services for port 7998 (#78)
1 parent 98bfa50 commit 11c1d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func generateServicePorts() []corev1.ServicePort {
3838
{
3939
Name: "xdqp-port1",
4040
Port: 7998,
41-
TargetPort: intstr.FromInt(int(7997)),
41+
TargetPort: intstr.FromInt(int(7998)),
4242
Protocol: corev1.ProtocolTCP,
4343
},
4444
{

0 commit comments

Comments
 (0)