Skip to content

Commit c91da9b

Browse files
committed
wip
1 parent 6d53708 commit c91da9b

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
In this sample, we will configure the Apache webtier as a load balancer for a WebLogic domain using the default configuration. We will demonstrate how to use the Apache webtier to handle traffic to a backend WebLogic domain.
33

44
## 1. Create a WebLogic domain
5-
We need to prepare a backend domain for load balancing by the Apache webtier. Refer to the sample, https://github.com/oracle/weblogic-kubernetes-operator/tree/develop/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv, to create a WebLogic domain. Keep the default values for the following configuration parameters:
5+
We need to prepare a backend domain for load balancing by the Apache webtier. Refer to the [sample](/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv), to create a WebLogic domain. Keep the default values for the following configuration parameters:
66
- namespace: `default`
77
- domainUID: `domain1`
88
- clusterName: `cluster-1`
@@ -13,10 +13,10 @@ We need to prepare a backend domain for load balancing by the Apache webtier. Re
1313
After the domain is successfully created, deploy the sample web application, `testwebapp.war`, on the domain cluster using the WLS Administration Console. The sample web application is located in the `kubernetes/samples/charts/application` directory.
1414

1515
## 2. Build the Apache webtier Docker image
16-
Refer to the sample, https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache, to build the Apache webtier Docker image.
16+
Refer to the [sample](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache), to build the Apache webtier Docker image.
1717

1818
## 3. Install the Apache webtier with a Helm chart
19-
The Apache webtier Helm chart is located at https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/charts/apache-webtier.
19+
The Apache webtier Helm chart [is located here](kubernetes/samples/charts/apache-webtier).
2020
Install the Apache webtier Helm chart into the default namespace with the default settings:
2121
```
2222
$ cd kubernetes/samples/charts

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ The chart depends on the Docker image for the Apache HTTP Server with the 12.2.1
66

77
## Prerequisites
88

9-
- Kubernetes 1.8+
10-
11-
```console
12-
$ docker pull wlsldi-v2.docker.oraclecorp.com/weblogic-webtier-apache-12.2.1.3.0:latest
13-
$ docker tag wlsldi-v2.docker.oraclecorp.com/weblogic-webtier-apache-12.2.1.3.0:latest store/oracle/apache:12.2.1.3
14-
```
9+
You will need to build a Docker image with the Apache webtier in it using the sample provided [here](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache)
10+
in order to use this load balancer.
1511

1612
## Installing the Chart
1713
To install the chart with the release name `my-release`:

0 commit comments

Comments
 (0)