Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Boruszak <[email protected]>
  • Loading branch information
eddie-rowe and boruszak authored Jul 11, 2023
1 parent af83735 commit 216bad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/api-gateway/configuration/intentions.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Intention Configuration
page_title: API Gateway ServiceIntentions configuration
description: >-
Intentions for Consul API Gateway control behavior for traffic into the service mesh according to rules. Learn about the required intentions and review an example configuration.
---

# Route Resource Configuration
# Route resource configuration

This topic describes how to create and configure `Intention` resources for Consul API Gateway. Intentions are mechanisms that control traffic communication between services in the Consul service mesh.

Expand Down
8 changes: 4 additions & 4 deletions website/content/docs/api-gateway/usage/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ This topic describes how to use Consul API Gateway.
Complete the following steps to use Consul API Gateway in your network.

1. Verify that the [requirements](/consul/docs/api-gateway/tech-specs) have been met.
2. Verify that the Consul API Gateway CRDs have been installed and applied. Refer to [Installation](/consul/docs/api-gateway/install) for details.
1. Verify that the Consul API Gateway CRDs were applied. Refer to [Installation](/consul/docs/api-gateway/install) for details.

## Configuration

Configure the following resources for your environment as described in [Consul API Gateway Configuration](/consul/docs/api-gateway/configuration).

1. [`Gateway`](/consul/docs/api-gateway/configuration/gateway)
2. [`Routes`](/consul/docs/api-gateway/configuration/routes)
3. [`Intentions`](/consul/docs/api-gateway/configuration/intentions)
1. [`Routes`](/consul/docs/api-gateway/configuration/routes)
1. [`Intentions`](/consul/docs/api-gateway/configuration/intentions)


## Apply configurations

Issue the `kubectl apply` command to implement the configurations:

```shell-session
$ kubectl apply -f gateway.yaml route.yaml intentions.yaml
$ kubectl apply -f gateway.yaml routes.yaml intentions.yaml
```


Expand Down

0 comments on commit 216bad3

Please sign in to comment.