You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type`| Type of Ingress controller. Legal values are `TRAEFIK` or `VOYAGER`. |`TRAEFIK`|
66
-
|`wlsDomain.namespace`| Namespace of the WLS domain cluster. |`default`|
67
-
|`wlsDomain.domainUID`| DomainUID of the WLS domain. |`domain1`|
68
-
|`wlsDomain.clusterName`| Cluster name in the WLS domain. |`cluster-1`|
69
-
|`wlsDomain.svcPort`| Service port of the WLS domain cluster. |`8001`|
70
-
|`traefik.hostname`| Hostname to route to the WLS domain cluster. |`domain1.org`|
71
-
|`voyager.webPort`| Web port to access the Voyager load balancer. |`30305`|
72
-
|`voyager.statsPort`| Port to access the Voyager/HAProxy stats page. |`30315`|
63
+
| Parameter | Description | Default |
64
+
| --- | --- | --- |
65
+
|`type`| Type of Ingress controller. Legal values are `TRAEFIK` or `VOYAGER`. |`TRAEFIK`|
66
+
|`wlsDomain.domainUID`| DomainUID of the WLS domain. |`domain1`|
67
+
|`wlsDomain.clusterName`| Cluster name in the WLS domain. |`cluster-1`|
68
+
|`wlsDomain.managedServerPort`| Port number of the managed servers in the WLS domain cluster. |`8001`|
69
+
|`traefik.hostname`| Hostname to route to the WLS domain cluster. |`domain1.org`|
70
+
|`voyager.webPort`| Web port to access the Voyager load balancer. |`30305`|
71
+
|`voyager.statsPort`| Port to access the Voyager/HAProxy stats page. |`30315`|
73
72
74
73
**Note:** The input values `domainUID` and `clusterName` will be used to generate the Kubernetes `serviceName` of the WLS cluster with the format `domainUID-cluster-clusterName`.
Copy file name to clipboardExpand all lines: site/quickstart.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,11 +205,10 @@ $ kubectl get services -n sample-domain1-ns
205
205
```
206
206
207
207
d. Create an Ingress for the domain, in the domain namespace, by using the [sample](../kubernetes/samples/charts/ingress-per-domain/README.md) Helm chart:
208
-
* Use `helm install`, specifying the `domainUID` (`sample-domain1`) and domain namespace (`sample-domain1-ns`) in the `values.yaml` file.
0 commit comments