Skip to content

Commit be168fd

Browse files
add loadBalancer and ingressPerDomain to all the domain.yaml files
1 parent 3bffc9c commit be168fd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

integration-tests/src/test/resources/domainadminonly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ exposeAdminNodePort: true
1717
adminNodePort: 30705
1818
namespace: default
1919
serverStartPolicy: ADMIN_ONLY
20+
loadBalancer: TRAEFIK
21+
ingressPerDomain: true

integration-tests/src/test/resources/domainrecyclepolicy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ exposeAdminNodePort: true
1717
adminNodePort: 30706
1818
namespace: default
1919
weblogicDomainStorageReclaimPolicy: Recycle
20+
loadBalancer: TRAEFIK
21+
ingressPerDomain: true

integration-tests/src/test/resources/domainsampledefaults.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66
domainUID: domainsampledefaults
77
configuredManagedServerCount: 4
8+
loadBalancer: TRAEFIK
9+
ingressPerDomain: true

0 commit comments

Comments
 (0)