Skip to content

Commit ffb8ea0

Browse files
committed
Add a top level readme in apache samples dir
Signed-off-by: doxiao <[email protected]>
1 parent 7da5d25 commit ffb8ea0

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Apache load balancer samples
2+
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).
4+
5+
[The default sample](default-sample/README.md) uses the built-in configuration in the.
6+
[The custom sample](custom-sample/README.md) demonstrates how to customize the configuration of the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugins.
7+

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

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Apache webtier
2-
The Apache HTTP Server load balancer for WebLogic domains on Kubernetes
3-
4-
## Install
5-
6-
```console
7-
$ helm install apache-webtier
8-
```
9-
10-
## Introduction
11-
12-
This chart bootstraps an Apache HTTP Server deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
1+
# Apache webtier Helm chart
132

3+
This Helm chart bootstraps an Apache HTTP Server deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
4+
5+
The chart depends on 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).
146

157
## Prerequisites
168

@@ -26,7 +18,7 @@ To install the chart with the release name `my-release`:
2618
```console
2719
$ helm install --name my-release apache-webtier
2820
```
29-
The command deploys the Apache HTTP Server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
21+
The command deploys the Apache HTTP Server on the Kubernetes cluster with the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
3022

3123
> **Tip**: List all releases using `helm list`
3224

site/apache.md

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

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

31-
4. Create a RBAC YAML file to setup security for your load balancer.
31+
4. Create a RBAC YAML file to setup security for your load balancer. This is optional.
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-sample).
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-sample/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

37-
3837
## Update the plugin WL module configuration
3938

4039
Users can update or add the new Apache plugin configuration first, then run the following commands to restart the Apache HTTP Server gracefully:

0 commit comments

Comments
 (0)