mirror of https://github.com/hashicorp/consul
backport of commit a6322d8c94
(#17444)
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>pull/17447/head
parent
a5960414a1
commit
58806aa0a8
|
@ -816,6 +816,8 @@ Sources = [
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
kind: ServiceIntentions
|
kind: ServiceIntentions
|
||||||
|
metadata:
|
||||||
|
name: db
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: db
|
name: db
|
||||||
|
@ -865,6 +867,8 @@ Sources = [
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
kind: ServiceIntentions
|
kind: ServiceIntentions
|
||||||
|
metadata:
|
||||||
|
name: web-deny-all
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: *
|
name: *
|
||||||
|
@ -908,6 +912,8 @@ Sources = [
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
kind: ServiceIntentions
|
kind: ServiceIntentions
|
||||||
|
metadata:
|
||||||
|
name: db
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: db
|
name: db
|
||||||
|
@ -1250,7 +1256,6 @@ When using cluster peering connections, intentions secure your deployments with
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
kind: ServiceIntentions
|
kind: ServiceIntentions
|
||||||
|
|
Loading…
Reference in New Issue