docs-fr: make Ingress example YAML match the EN version
This commit is contained in:
@@ -338,19 +338,19 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- tlsexample.foo.com
|
- https-example.foo.com
|
||||||
secretName: testsecret-tls
|
secretName: testsecret-tls
|
||||||
rules:
|
rules:
|
||||||
- host: tlsexample.foo.com
|
- host: https-example.foo.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: service1
|
name: service1
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user