Skip to content

Commit c2d7200

Browse files
committed
change the port numbers
1 parent febfb13 commit c2d7200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class ITSitConfig extends BaseTest {
3636

3737
private static String ADMINPODNAME = "";
3838
private static final String DOMAINUID = "customsitconfigdomain";
39-
private static final String ADMINPORT = "30704";
40-
private static final int T3CHANNELPORT = 30051;
39+
private static final String ADMINPORT = "40704";
40+
private static final int T3CHANNELPORT = 40051;
4141
private static String fqdn = "";
4242

4343
private static Domain domain = null;

0 commit comments

Comments
 (0)