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/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The operator is deployed with the provided installation script (`create-weblogic
69
69
| Parameter | Definition | Default |
70
70
| --- | --- | --- |
71
71
|`elkIntegrationEnabled`| Determines whether the Elastic Stack integration will be enabled. If set to `true`, then Elasticsearch, Logstash, and Kibana will be installed, and Logstash will be configured to export the operator’s logs to Elasticsearch. |`false`|
72
-
|`externalDebugHttpPort`| The port number of the operator's debugging port outside of the Kubernetes cluster. |`3099`9|
72
+
|`externalDebugHttpPort`| The port number of the operator's debugging port outside of the Kubernetes cluster. |`30999`|
73
73
|`externalOperatorCert`| A base64 encoded string containing the X.509 certificate that the operator will present to clients accessing its REST endpoints. This value is only used when `externalRestOption` is set to `CUSTOM_CERT`. ||
74
74
|`externalOperatorKey`| A base64 encoded string containing the private key of the operator's X.509 certificate. This value is used only when `externalRestOption` is set to `CUSTOM_CERT`. ||
75
75
|`externalRestHttpsPort`| The `NodePort` number that should be allocated on which the operator REST server should listen for HTTPS requests. |`31001`|
0 commit comments