Skip to content

Commit 34870bf

Browse files
sankarpnrjeberhard
authored andcommitted
replace the string with proper managed server port number
1 parent 168cf30 commit 34870bf

File tree

1 file changed

+1
-0
lines changed
  • integration-tests/src/test/java/oracle/weblogic/kubernetes/utils

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/IstioUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ public static int createIstioService(
555555
templateMap.put("DUID", domainUid);
556556
templateMap.put("ADMIN_SERVICE",adminServerPodName);
557557
templateMap.put("CLUSTER_SERVICE", clusterService);
558+
templateMap.put("MANAGED_SERVER_PORT", "8001");
558559

559560
Path srcHttpFile = Paths.get(RESOURCE_DIR, "istio", "istio-http-template.yaml");
560561
Path targetHttpFile = assertDoesNotThrow(

0 commit comments

Comments
 (0)