Skip to content

Commit 4741a62

Browse files
authored
Merge pull request #20828 from marcobellaccini/patch-1
Fixed indentation in TLS Ingress example
2 parents c6ee1bb + cb734df commit 4741a62

File tree

1 file changed

+8
-8
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+8
-8
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,16 +401,16 @@ metadata:
401401
spec:
402402
tls:
403403
- hosts:
404-
- sslexample.foo.com
404+
- sslexample.foo.com
405405
secretName: testsecret-tls
406406
rules:
407-
- host: sslexample.foo.com
408-
http:
409-
paths:
410-
- path: /
411-
backend:
412-
serviceName: service1
413-
servicePort: 80
407+
- host: sslexample.foo.com
408+
http:
409+
paths:
410+
- path: /
411+
backend:
412+
serviceName: service1
413+
servicePort: 80
414414
```
415415

416416
{{< note >}}

0 commit comments

Comments
 (0)