Skip to content

Commit 6ba4b59

Browse files
authored
Merge pull request #51162 from maxwelldb/typo-fix-lb-gh43494
[GH#43494] OSP external load balancing module typo fix
2 parents 7d2e10f + 17d1906 commit 6ba4b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-osp-configuring-external-load-balancer.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ listen my-cluster-api-6443
5555
server my-cluster-master-2 192.0.2.2:6443 check
5656
server my-cluster-master-0 192.0.2.3:6443 check
5757
server my-cluster-master-1 192.0.2.1:6443 check
58-
listenmy-cluster-apps-443
58+
listen my-cluster-apps-443
5959
bind 0.0.0.0:443
6060
mode tcp
6161
balance roundrobin
6262
server my-cluster-worker-0 192.0.2.6:443 check
6363
server my-cluster-worker-1 192.0.2.5:443 check
6464
server my-cluster-worker-2 192.0.2.4:443 check
65-
listenmy-cluster-apps-80
65+
listen my-cluster-apps-80
6666
bind 0.0.0.0:80
6767
mode tcp
6868
balance roundrobin

0 commit comments

Comments
 (0)