We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febfb13 commit c2d7200Copy full SHA for c2d7200
integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java
@@ -36,8 +36,8 @@ public class ITSitConfig extends BaseTest {
36
37
private static String ADMINPODNAME = "";
38
private static final String DOMAINUID = "customsitconfigdomain";
39
- private static final String ADMINPORT = "30704";
40
- private static final int T3CHANNELPORT = 30051;
+ private static final String ADMINPORT = "40704";
+ private static final int T3CHANNELPORT = 40051;
41
private static String fqdn = "";
42
43
private static Domain domain = null;
0 commit comments