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
Copy file name to clipboardExpand all lines: site/creating-domain.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@ The following parameters must be provided in the input file:
102
102
| createDomainScript | Script used to create the domain. This parameter should not be modified. | /u01/weblogic/create-domain-script.sh |
103
103
| domainName | Name of the WebLogic domain to create. | base_domain |
104
104
| domainUid | Unique ID that will be used to identify this particular domain. This ID must be unique across all domains in a Kubernetes cluster. | domain1 |
105
+
| enableLoadBalancerAdminPort | Determines whether the load balancer administration port should be exposed outside the Kubernetes cluster. | false |
105
106
| imagePullSecretName | Name of the Kubernetes secret for the Docker Store, used to pull the WebLogic Server image. | docker-store-secret |
106
107
| loadBalancerAdminPort | The node port for the load balancer to accept admin requests. | 30315 |
107
108
| loadBalancerWebPort | The node port for the load balancer to accept user traffic. | 30305 |
108
-
| enableLoadBalancerAdminPort | Determines whether the load balancer administration port should be exposed outside the Kubernetes cluster. | false |
109
109
| managedServerCount | Number of Managed Server instances to generate for the domain. | 2 |
110
110
| managedServerNameBase | Base string used to generate Managed Server names. | managed-server |
111
111
| managedServerPort | Port number for each Managed Server. | 8001 |
@@ -117,9 +117,9 @@ The following parameters must be provided in the input file:
117
117
| persistenceVolumeName | Name of the Kubernetes persistent volume for this domain. | pv001 |
118
118
| productionModeEnabled | Boolean indicating if production mode is enabled for the domain. | true |
119
119
| replaceExistingDomain | If set to 'true' the script will remove any data it finds in the persistent volume before creating the new domain. Use with caution. | false |
120
-
| startupControl | Determines which WebLogic servers will be started up. Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO" | AUTO |
121
120
| secretName | Name of the Kubernetes secret for the Administration Server's username and password. | domain1-weblogic-credentials |
122
121
| secretsMountPath | Path for mounting secrets. This parameter should not be modified. | /var/run/secrets-domain1 |
122
+
| startupControl | Determines which WebLogic servers will be started up. Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO" | AUTO |
123
123
| T3ChannelPort | Port for the T3Channel of the NetworkAccessPoint. | 7002 |
0 commit comments