Skip to content

Commit db69668

Browse files
doxiaorjeberhard
authored andcommitted
Update doc for exposing predefined env variables
Signed-off-by: doxiao <[email protected]>
1 parent c82b97c commit db69668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/creating-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following parameters must be provided in the input file.
107107
| `exposeAdminNodePort` | Boolean indicating if the Administration Server is exposed outside of the Kubernetes cluster. | `false` |
108108
| `exposeAdminT3Channel` | Boolean indicating if the T3 administrative channel is exposed outside the Kubernetes cluster. | `false` |
109109
| `initialManagedServerReplicas` | Number of Managed Servers to initially start for the domain. | `2` |
110-
| `javaOptions` | Java options for starting the Administration and Managed Servers. | `-Dweblogic.StdoutDebugEnabled=false` |
110+
| `javaOptions` | Java options for starting the Administration and Managed Servers. A Java option can have references to one or more of the following pre-defined variables to obtain WebLogic domain information: $(DOMAIN_NAME), $(DOMAIN_HOME), $(ADMIN_NAME), $(ADMIN_PORT), and $(SERVER_NAME). | `-Dweblogic.StdoutDebugEnabled=false` |
111111
| `loadBalancer` | Type of load balancer to create. Legal values are `NONE` and `TRAEFIK`. | `TRAEFIK` |
112112
| `loadBalancerDashboardPort` | Node port for the load balancer to accept dashboard traffic. | `30315` |
113113
| `loadBalancerWebPort` | Node port for the load balancer to accept user traffic. | `30305` |

0 commit comments

Comments
 (0)