Skip to content

Commit e002eb8

Browse files
committed
wip
1 parent c91da9b commit e002eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ kubectl create namespace apache-sample
88
```
99

1010
## 2. Create WebLogic domains
11-
We need to prepare some backend domains 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 two WebLogic domains under the namespace `apache-sample`.
11+
We need to prepare some backend domains for load balancing by the Apache webtier. Refer to the [sample](/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md), to create two WebLogic domains under the namespace `apache-sample`.
1212

1313
The first domain uses the following custom configuration parameters:
1414
- namespace: `apache-sample`
@@ -31,7 +31,7 @@ The second domain uses the following custom configuration parameters:
3131
After the domains are successfully created, deploy the sample web application, `testwebapp.war`, on each domain cluster using the WLS Administration Console. The sample web application is located in the `kubernetes/samples/charts/application` directory.
3232

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

3636
## 4. Provide the custom Apache plugin configuration
3737
In this sample, we will provide a custom Apache plugin configuration to fine tune the behavior of Apache.

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

Lines changed: 1 addition & 1 deletion
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](/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/README.md), to create a WebLogic domain. Keep the default values for the following configuration parameters:
66
- namespace: `default`
77
- domainUID: `domain1`
88
- clusterName: `cluster-1`

0 commit comments

Comments
 (0)