You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weblogic operator supports three types load balancers: TRAEFIK, VOYAGER, APACHE. We provide samples for each type to demostrate how to install and configure load balancer. Samples are located in following folders:
2
+
traefik
3
+
voyager
4
+
ingress-per-domain
5
+
apache-samples
6
+
Note: apache-webtier is helm chart. It is used in apache-samples.
Copy file name to clipboardExpand all lines: kubernetes/samples/charts/apache-samples/custom-sample/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The second domain uses the following custom configuration parameters:
28
28
- adminNodePort: 30702
29
29
- managedServerPort: 8021
30
30
31
-
After the domains are successfully created, deploy the sample web application testwebapp.war on each domain cluster through the admin console.
31
+
After the domains are successfully created, deploy the sample web application testwebapp.war on each domain cluster through the admin console. The sample web application is located in the kubernetes/samples/charts/application directory.
32
32
33
33
## 3. Build Apache Webtier Docker Image
34
34
Please refer the sample https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache to build Apache webtier docker image.
@@ -82,7 +82,7 @@ PathTrim /weblogic2
82
82
## 5. Prepare Your Own Certificate and Private Key
83
83
In production, Oracle strongly recommends that you provide your own certificates. Run following commands to to generate your own certificate and private key using openssl.
84
84
```
85
-
$ cd kubernetes/samples/charts/apache
85
+
$ cd kubernetes/samples/charts/apache-samples/custom-sample
86
86
$ export VIRTUAL_HOST_NAME=apache-sample-host
87
87
$ export SSL_CERT_FILE=apache-sample.crt
88
88
$ export SSL_CERT_KEY_FILE=apache-sample.key
@@ -121,10 +121,10 @@ customKey: <key_data>
121
121
```
122
122
123
123
## 7. Install Apache Webtier Helm Chart
124
-
Apache webtier helm chart is located at https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/charts/apache-webtier. You need download it to local path. Install Apache webtier helm chart to apache-sample namespace with specified input parameters:
124
+
Apache webtier helm chart is located in kubernetes/samples/charts/apache-webtier directory. Install Apache webtier helm chart to apache-sample namespace with specified input parameters:
Copy file name to clipboardExpand all lines: kubernetes/samples/charts/apache-samples/default-sample/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Now we need to prepare backend for Apache webtier to do load balancing. Please r
10
10
- adminPort: 7001
11
11
- managedServerPort: 8001
12
12
13
-
After the domain is successfully created, deploy the sample web application testwebapp.war on the domain cluster through the admin console.
13
+
After the domain is successfully created, deploy the sample web application testwebapp.war on the domain cluster through the admin console. The sample web application is located in the kubernetes/samples/charts/application directory.
14
14
15
15
## 2. Build Apache Webtier Docker Image
16
16
Please refer the sample https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache to build Apache webtier docker image.
0 commit comments