Skip to content

Commit

Permalink
backport of commit 32bdd2c
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam authored Mar 10, 2023
1 parent 39b0661 commit 0f571a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:

<Tab heading="Consul Enterprise">

For Kubernetes environments, the CRD inherits the partition from the cluster hosting the pods.
For Kubernetes environments, the configuration entry is always created in the same partition as the Kubernetes cluster.

<CodeTabs tabs={[ "HCL", "Kubernetes YAML", "JSON" ]}>

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/services/usage/define-services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ If Consul service mesh is enabled in your network, you can define default values

Create a file for the configuration entry and specify the required fields. If you are authoring `service-defaults` in HCL or JSON, the `Kind` and `Name` fields are required. On Kubernetes, the `apiVersion`, `kind`, and `metadata.name` fields are required. Refer to [Service Defaults Reference](/consul/docs/connect/config-entries/service-defaults) for details about the configuration options.

If you use Consul Enterprise, you can also specify the `Namespace` and `Partition` fields to apply the configuration to services in specific network areas. In Kubernetes environments, For Kubernetes environments, the CRD inherits the partition from the cluster hosting the pods.
If you use Consul Enterprise, you can also specify the `Namespace` and `Partition` fields to apply the configuration to services in a specific namespace or partition. For Kubernetes environments, the configuration entry is always created in the same partition as the Kubernetes cluster.

### Consul OSS example
The following example instructs services named `counting` to send up to `512` concurrent requests to a mesh gateway:
Expand Down

0 comments on commit 0f571a0

Please sign in to comment.