@@ -415,7 +415,7 @@ Specifically, ensure that the following are enabled:
415
415
416
416
The egress router can run in two different modes:
417
417
xref:admin-guide-deploying-an-egress-router-pod[redirect mode] and
418
- xref:admin-guide-deploying-an-egress-router- http-proxy-pod[HTTP proxy mode].
418
+ xref:admin-guide-deploying-an-egress-http-proxy-pod[HTTP proxy mode].
419
419
Redirect mode works for all services except for HTTP and HTTPS. For HTTP and
420
420
HTTPS services, use HTTP proxy mode.
421
421
@@ -693,7 +693,7 @@ The egress router does not automatically update when the ConfigMap changes.
693
693
Restart the pod to get updates.
694
694
====
695
695
696
- [[admin-guide-deploying-an-egress-router- http-proxy-pod]]
696
+ [[admin-guide-deploying-an-egress-http-proxy-pod]]
697
697
==== Deploying an Egress Router HTTP Proxy Pod
698
698
699
699
In _HTTP proxy mode_, the egress router runs as an HTTP proxy on port `8080`.
@@ -734,10 +734,10 @@ endif::openshift-origin[]
734
734
containers:
735
735
- name: egress-router-proxy
736
736
ifdef::openshift-enterprise[]
737
- image: registry.access.redhat.com/openshift3/ose-egress-router- http-proxy
737
+ image: registry.access.redhat.com/openshift3/ose-egress-http-proxy
738
738
endif::openshift-enterprise[]
739
739
ifdef::openshift-origin[]
740
- image: openshift/origin-egress-router- http-proxy
740
+ image: openshift/origin-egress-http-proxy
741
741
endif::openshift-origin[]
742
742
env:
743
743
- name: EGRESS_HTTP_PROXY_DESTINATION <5>
0 commit comments