Merge pull request #20828 from marcobellaccini/patch-1
Fixed indentation in TLS Ingress example
This commit is contained in:
@@ -401,16 +401,16 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sslexample.foo.com
|
- sslexample.foo.com
|
||||||
secretName: testsecret-tls
|
secretName: testsecret-tls
|
||||||
rules:
|
rules:
|
||||||
- host: sslexample.foo.com
|
- host: sslexample.foo.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: service1
|
serviceName: service1
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user