Skip to content

Commit 8968c9c

Browse files
committed
Address review comments
Signed-off-by: doxiao <[email protected]>
1 parent 4df94fc commit 8968c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/samples/charts/apache-samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache load balancer samples
22

3-
The sample package contains two samples that uses the [Apache helm chart](../apache-webtier/README.md). The samples uses the Docker image for the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the details in [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
3+
The sample package contains two samples that use the [Apache helm chart](../apache-webtier/README.md). The samples use the Docker image for the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the details in [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
44

55
* [The default sample](default-sample/README.md) uses the built-in configuration in the above Docker image.
66

site/apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ In order to start the Apache HTTP Server for your WebLogic domain, you need to c
2828

2929
* Create a Kubernetes NodePort service to expose the internal ports to external access.
3030

31-
* Create a RBAC YAML file to setup security for your load balancer. This is optional.
31+
* Optionally create a RBAC YAML file to setup security for your load balancer.
3232

33-
See samples for creating Apache HTTP Server as a load balancer at [Apache load balancer helm chart](../kubernetes/samples/charts/apache-webtier/README.md) and [Apache load balance samples](../kubernetes/samples/charts/apache-samples/README.md).
33+
See the samples for creating Apache HTTP Server as a load balancer at [Apache load balancer helm chart](../kubernetes/samples/charts/apache-webtier/README.md) and [Apache load balance samples](../kubernetes/samples/charts/apache-samples/README.md).
3434

3535
Note that you can choose to run one Apache HTTP Server to balance the loads from multiple domains/clusters inside the same Kubernetes cluster, as long as the Apache HTTP Server and the domains are all in the same namespace.
3636

0 commit comments

Comments
 (0)