Skip to content

Commit cd268ae

Browse files
committed
fix the build
1 parent dae507d commit cd268ae

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/aws/services

1 file changed

+2
-2
lines changed

src/content/docs/aws/services/eks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ For instance, you might have multiple microservices, each following a common pat
438438
In such cases, path-based routing may not be ideal if you need the services to be accessible in a uniform manner.
439439

440440
To address this requirement, we recommend utilizing host-based routing rules, as demonstrated in the example below:
441-
<!-- markdownlint-disable MD007 -->
441+
442442
```bash
443443
cat <<EOF | kubectl apply -f -
444444
apiVersion: networking.k8s.io/v1
@@ -471,7 +471,7 @@ spec:
471471
number: 80
472472
EOF
473473
```
474-
<!-- markdownlint-enable MD007 -->
474+
475475
The example defines routing rules for two local endpoints - the first rule points to a service `service-1` accessible under `/v1`, and the second rule points to a service `service-2` accessible under the same path `/v1`.
476476

477477
In the provided example, we define routing rules for two local endpoints.

0 commit comments

Comments
 (0)