Skip to content

Commit e30332c

Browse files
authored
Merge pull request #7940 from qore/master
Fixed egress http proxy image references in examples on Managing Networking page
2 parents a095946 + eec0780 commit e30332c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

admin_guide/managing_networking.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Specifically, ensure that the following are enabled:
415415

416416
The egress router can run in two different modes:
417417
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].
419419
Redirect mode works for all services except for HTTP and HTTPS. For HTTP and
420420
HTTPS services, use HTTP proxy mode.
421421

@@ -693,7 +693,7 @@ The egress router does not automatically update when the ConfigMap changes.
693693
Restart the pod to get updates.
694694
====
695695

696-
[[admin-guide-deploying-an-egress-router-http-proxy-pod]]
696+
[[admin-guide-deploying-an-egress-http-proxy-pod]]
697697
==== Deploying an Egress Router HTTP Proxy Pod
698698

699699
In _HTTP proxy mode_, the egress router runs as an HTTP proxy on port `8080`.
@@ -734,10 +734,10 @@ endif::openshift-origin[]
734734
containers:
735735
- name: egress-router-proxy
736736
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
738738
endif::openshift-enterprise[]
739739
ifdef::openshift-origin[]
740-
image: openshift/origin-egress-router-http-proxy
740+
image: openshift/origin-egress-http-proxy
741741
endif::openshift-origin[]
742742
env:
743743
- name: EGRESS_HTTP_PROXY_DESTINATION <5>

0 commit comments

Comments
 (0)