mirror of https://github.com/status-im/consul.git
fix indent issue
This commit is contained in:
parent
c859af7ad9
commit
7cbc1d9138
|
@ -23,15 +23,15 @@ The following example creates a route named `example-route` associated with a li
|
||||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: example-route
|
name: example-route
|
||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: example-gateway
|
- name: example-gateway
|
||||||
rules:
|
rules:
|
||||||
- backendRefs:
|
- backendRefs:
|
||||||
- kind: Service
|
- kind: Service
|
||||||
name: echo
|
name: echo
|
||||||
port: 8080
|
port: 8080
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
Loading…
Reference in New Issue