Skip to content

Commit 17c8a62

Browse files
authored
Merge pull request #588 from oracle/owls-70559-apache-site-doc
OWLS-70559 apache site doc
2 parents 5a14fc7 + 8968c9c commit 17c8a62

File tree

4 files changed

+27
-456
lines changed

4 files changed

+27
-456
lines changed

kubernetes/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* [Sample Traefik Helm chart](charts/traefik/README.md) for setting up a Traefik load balancer for WebLogic clusters.
1414
* [Sample Voyager Helm chart](charts/voyager/README.md) for setting up a Voyager load balancer for WebLogic clusters.
1515
* [Sample Ingress Helm chart](charts/ingress-per-domain/README.md) for setting up a Kubernetes Ingress for each WebLogic cluster using Traefik or Voyager load balancer.
16-
* [Sample Apache Helm chart](charts/apache-webtier/README.md) for setting up a load balancer for WebLogic clusters using the Apache HTTP Server with WebLogic Server Plugins.
16+
* [Sample Apache Helm chart](charts/apache-webtier/README.md) and [Apache samples using the default or custom configurations](charts/apache-samples/README.md) for setting up a load balancer for WebLogic clusters using the Apache HTTP Server with WebLogic Server Plugins.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Apache load balancer samples
2+
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).
4+
5+
* [The default sample](default-sample/README.md) uses the built-in configuration in the above Docker image.
6+
7+
* [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.
8+

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

0 commit comments

Comments
 (0)