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 e7b81ae commit 4214365Copy full SHA for 4214365
imagetool/src/test/resources/wdt/simple-topology2.yaml
@@ -10,7 +10,7 @@ topology:
10
cluster1:
11
ClientCertProxyEnabled: true
12
DynamicServers:
13
- ServerTemplate: template1
+ ServerTemplate: template2
14
CalculatedListenPorts: false
15
ServerNamePrefix: 'ms-'
16
DynamicClusterSize: 2
@@ -25,5 +25,5 @@ topology:
25
PublicAddress: kubernetes
26
PublicPort: 30012
27
ServerTemplate:
28
- template1:
29
- ListenPort: 8001
+ template2:
+ ListenPort: 9001
0 commit comments