Skip to content

Commit cbfad55

Browse files
committed
Merge branch 'upgradetest-fix' into 'release/4.2'
replace the string with proper managed server port number See merge request weblogic-cloud/weblogic-kubernetes-operator!4925
2 parents 8987262 + 34870bf commit cbfad55

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)