Skip to content

Commit e69b628

Browse files
committed
Revert Apache webtier related changes.
1 parent e6dc77d commit e69b628

File tree

2 files changed

+3
-10
lines changed
  • documentation/4.1/content

2 files changed

+3
-10
lines changed

documentation/4.1/content/managing-domains/accessing-the-domain/ingress/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Information about how to install and configure these ingress controllers to load
7070
- [NGINX guide](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/nginx/README.md)
7171

7272
{{% notice note %}}
73-
For production environments, we recommend NGINX, Traefik (2.2.1 or later) ingress controllers, and Apache webtier or the load balancer provided by your cloud provider.
73+
For production environments, we recommend NGINX, Traefik (2.2.1 or later) ingress controllers or the load balancer provided by your cloud provider.
7474
{{% /notice %}}
7575

7676
Samples are also provided for the Traefik ingress controller, showing how to manage multiple WebLogic clusters as the backends, using different routing rules, host-routing and path-routing; and TLS termination: [Traefik samples](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/traefik/samples).

documentation/4.1/content/samples/ingress/_index.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,15 @@ weight: 5
55
description: "Ingress controllers and load balancer sample scripts."
66
---
77

8-
The WebLogic Kubernetes Operator supports NGINX, Traefik, and Apache. We provide samples that demonstrate how to install and configure each one.
8+
The WebLogic Kubernetes Operator supports NGINX, and Traefik. We provide samples that demonstrate how to install and configure each one.
99

1010
{{% notice note %}}
11-
For production environments, we recommend NGINX, Traefik (2.2.1 or later) ingress controllers, Apache, or the load balancer provided by your cloud provider.
11+
For production environments, we recommend NGINX, Traefik (2.2.1 or later) ingress controllers or the load balancer provided by your cloud provider.
1212
{{% /notice %}}
1313

1414

1515
The samples are located in following folders:
1616

1717
* [Traefik](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/traefik/README.md)
1818
* [NGINX](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/nginx/README.md)
19-
* Apache-samples/[custom-sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/apache-samples/custom-sample/README.md)
20-
* Apache-samples/[default-sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/apache-samples/default-sample/README.md)
2119
* [Ingress-per-domain](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/ingress-per-domain/README.md)
22-
* [Apache-webtier](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/samples/charts/apache-webtier/README.md)
23-
24-
{{% notice note %}}
25-
The Apache-webtier script contains a Helm chart that is used in the Apache samples.
26-
{{% /notice %}}

0 commit comments

Comments
 (0)