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.
2 parents 8987262 + 34870bf commit cbfad55Copy full SHA for cbfad55
integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/IstioUtils.java
@@ -555,6 +555,7 @@ public static int createIstioService(
555
templateMap.put("DUID", domainUid);
556
templateMap.put("ADMIN_SERVICE",adminServerPodName);
557
templateMap.put("CLUSTER_SERVICE", clusterService);
558
+ templateMap.put("MANAGED_SERVER_PORT", "8001");
559
560
Path srcHttpFile = Paths.get(RESOURCE_DIR, "istio", "istio-http-template.yaml");
561
Path targetHttpFile = assertDoesNotThrow(
0 commit comments