Skip to content

Commit 12d95e2

Browse files
authored
Merge pull request #781 from mvillumsen/patch-2
Corrected indentation in example
2 parents 1819c5a + a1e2dc9 commit 12d95e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/guide/tasks/ssl_redirect.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ spec:
2020
- http:
2121
paths:
2222
- path: /*
23-
backend:
24-
serviceName: ssl-redirect
25-
servicePort: use-annotation
23+
backend:
24+
serviceName: ssl-redirect
25+
servicePort: use-annotation
2626
- path: /users/*
27-
backend:
28-
serviceName: user-service
29-
servicePort: 80
27+
backend:
28+
serviceName: user-service
29+
servicePort: 80
3030
- path: /*
31-
backend:
32-
serviceName: default-service
33-
servicePort: 80
31+
backend:
32+
serviceName: default-service
33+
servicePort: 80
3434
```
3535
3636
!!!note
@@ -43,4 +43,4 @@ By default, all rules specified in ingress spec will be applied to all listeners
4343

4444
If there is an redirection rule, the ALB ingress controller will check it against every listener(port) to see whether it will introduce infinite redirection loop, and **will ignore that rule for specific listener.**
4545

46-
So for our above example, the rule by `ssl-redirect` will only been applied to http(80) listener.
46+
So for our above example, the rule by `ssl-redirect` will only been applied to http(80) listener.

0 commit comments

Comments
 (0)