Skip to content

Commit 653e291

Browse files
committed
Updates
1 parent b79e017 commit 653e291

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following parameters can be provided in the inputs file.
123123
| `productionModeEnabled` | Boolean indicating if production mode is enabled for the domain. | `true` |
124124
| `serverStartPolicy` | Determines which WebLogic Servers will be started up. Legal values are `NEVER`, `IF_NEEDED`, `ADMIN_ONLY`. | `IF_NEEDED` |
125125
| `t3ChannelPort` | Port for the T3 channel of the NetworkAccessPoint. | `30012` |
126-
| `t3PublicAddress` | Public address for the T3 channel. | `kubernetes` |
126+
| `t3PublicAddress` | Public address for the T3 channel. This should be set to the public address of the Kubernetes cluster. This would normally be a load balancer address. For development environments only: In a single server (all-in-one) Kubernetes deployment this may be set to the address of the master, or at the very least it must be set to the address of one of the worker nodes. | `kubernetes` |
127127
| `weblogicCredentialsSecretName` | Name of the Kubernetes secret for the Administration Server's username and password. | `domain1-weblogic-credentials` |
128128

129129
Note that the names of the Kubernetes resources in the generated YAML files may be formed with the value of some of the properties specified in the `create-inputs.yaml` file. Those properties include the `adminServerName`, `clusterName` and `managedServerNameBase`. If those values contain any characters that are invalid in a Kubernetes service name, those characters are converted to valid values in the generated YAML files. For example, an uppercase letter is converted to a lowercase letter and an underscore `("_")` is converted to a hyphen `("-")`.

0 commit comments

Comments
 (0)