Skip to content

Commit 211ced9

Browse files
committed
Update Domain.md
1 parent 941fc4e commit 211ced9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/domains/Domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
224224
| Name | Type | Description |
225225
| --- | --- | --- |
226226
| `enabled` | Boolean | True, if this domain is deployed under an Istio service mesh. Defaults to true when the `istio` field is specified. |
227-
| `localhostBindingsEnabled` | Boolean | This setting was added in operator version 3.3.3; it defaults to the Helm chart configuration value `istioLocalhostBindingsEnabled`, which in turn defaults to `true`. When `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. Use `true` for Istio versions prior to 1.10 and set to `false` for versions 1.10 and later. |
227+
| `localhostBindingsEnabled` | Boolean | This setting was added in operator version 3.3.3, defaults to the Helm chart configuration value `istioLocalhostBindingsEnabled` which in turn defaults to `true`. When `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. Use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. |
228228
| `readinessPort` | number | The operator will create WebLogic network access points with this port on each WebLogic Server. The readiness probe on each pod will use these network access points to verify that the pod is ready for application traffic. Defaults to 8888. |
229229
| `replicationChannelPort` | number | The operator will create a `T3` protocol WebLogic network access point on each WebLogic Server that is part of a cluster with this port to handle EJB and servlet session state replication traffic between servers. This setting is ignored for clusters where the WebLogic cluster configuration already defines a `replication-channel` attribute. Defaults to 4564. |
230230

@@ -315,4 +315,4 @@ The current status of the operation of the WebLogic domain. Updated automaticall
315315
| `setServerGroupsTimeoutMillis` | number | WDT set server groups timeout for extending a JRF domain configured cluster in milliseconds. Default: 180000. |
316316
| `startApplicationTimeoutMillis` | number | WDT application start timeout in milliseconds. Default: 180000. |
317317
| `stopApplicationTimeoutMillis` | number | WDT application stop timeout in milliseconds. Default: 180000. |
318-
| `undeployTimeoutMillis` | number | WDT application or library undeployment timeout in milliseconds. Default: 180000. |
318+
| `undeployTimeoutMillis` | number | WDT application or library undeployment timeout in milliseconds. Default: 180000. |

0 commit comments

Comments
 (0)