Skip to content

Commit 1f50fef

Browse files
text edits
1 parent adb4615 commit 1f50fef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

documentation/staging/content/navigate/kubernetes/k8s-ingress-controller.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ cluster attempts to pull the image and start the container.
4949
- The `Docker Registry Secret Name` field specifies the name of the Kubernetes pull secret to use when pulling the image.
5050
To create this secret, enable `Create Docker Hub Secret` and fill in the pull secret data in the `Docker Hub Username`, `Docker Hub Password`,
5151
and `Docker Hub Email Address` fields.
52-
- For NGINX ingress controller, if you desire to have SSL pass through ingress route, enable `
53-
Allow SSL pass through to target service`.
52+
- For the NGINX ingress controller, if you want to have SSL pass through the ingress route, enable `Allow SSL pass through to target service`.
5453

5554
#### TLS Secret for Ingress Routes
5655
Use this pane to configure the Transport Layer Security (TLS) secret containing the certificate and private key data that will be used by the
@@ -88,16 +87,17 @@ When editing a route:
8887
- Use the `Virtual Host` and `Path Expression` fields to define the matching rules that determine which requests match this route.
8988
- All requests in the defined rules are routed to the service specified by the `Target Service` field that resides in the namespace specified by the read-only
9089
`Target Service Namespace` field and the port specified by the `Target Port` field.
91-
- Specify transport option for the ingress route.
92-
* Select `Plain HTTP` for unencrypted traffic from client through ingress controller to the target service
93-
* Select `SSL terminate at ingress controller` for SSL
94-
terminating
95-
at ingress controller and then unencrypted traffic from ingress controller to target service. Check `Is
96-
target service WebLogic Console?
97-
` if the target service is `WebLogic Console` service.
98-
* Select `SSL pass through` for SSL traffic pass through ingress
99-
controller and terminate at target service. If you select this option, all SSL traffic from the `Virtual Host`
100-
will be routed to the target service. Make sure the `Target Port` supports SSL.
90+
- Specify the `Transport Option` for the ingress route:
91+
* Select `Plain HTTP` for unencrypted traffic from the client through the ingress controller to the target service.
92+
* Select `SSL terminate at ingress controller` for SSL
93+
terminating
94+
at the ingress controller and then unencrypted traffic from the ingress controller to the target service.
95+
* Enable `Is target service WebLogic Console?` if the target service is the `WebLogic Console` service.
96+
* Select `SSL pass through` for SSL traffic to pass through the ingress
97+
controller and then terminate at the target service.
98+
* If you select this option, then all SSL traffic from the `Virtual Host`
99+
will be routed to the target service.
100+
* Make sure that the `Target Port` supports SSL.
101101
- Use the `Ingress Route Annotations` table to
102102
add annotations to the ingress route, as needed. Do not remove any pre-populated annotations.
103103

0 commit comments

Comments
 (0)