Fixed indentation in TLS Ingress example
- Fixed indentation in TLS Ingress example - Made indentation uniform Bad indentation resulted in a YAML-to-JSON conversion error when running kubectl
This commit is contained in:
parent
4f7477c844
commit
cb734dfdcf
|
|
@ -402,16 +402,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 >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue