mirror of https://github.com/status-im/consul.git
docs: Update k8s/connect/create-sameness-groups (#20317)
This commit is contained in:
parent
5119667cd1
commit
a392242d23
|
@ -146,7 +146,7 @@ The following example demonstrates how to format three different `ExportedServic
|
|||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
metadata:
|
||||
name: product-group-export
|
||||
name: partition-1
|
||||
spec:
|
||||
services:
|
||||
- name: api
|
||||
|
@ -163,7 +163,7 @@ spec:
|
|||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
metadata:
|
||||
name: product-group-export
|
||||
name: partition-2
|
||||
spec:
|
||||
services:
|
||||
- name: api
|
||||
|
@ -180,7 +180,7 @@ spec:
|
|||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
metadata:
|
||||
name: product-group-export
|
||||
name: partition-1
|
||||
spec:
|
||||
services:
|
||||
- name: api
|
||||
|
|
Loading…
Reference in New Issue