mirror of https://github.com/hashicorp/consul
Update service-intentions.mdx
parent
f9d14519e8
commit
a6322d8c94
|
@ -816,6 +816,8 @@ Sources = [
|
|||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
kind: ServiceIntentions
|
||||
metadata:
|
||||
name: db
|
||||
spec:
|
||||
destination:
|
||||
name: db
|
||||
|
@ -865,6 +867,8 @@ Sources = [
|
|||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
kind: ServiceIntentions
|
||||
metadata:
|
||||
name: web-deny-all
|
||||
spec:
|
||||
destination:
|
||||
name: *
|
||||
|
@ -908,6 +912,8 @@ Sources = [
|
|||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
kind: ServiceIntentions
|
||||
metadata:
|
||||
name: db
|
||||
spec:
|
||||
destination:
|
||||
name: db
|
||||
|
@ -1250,7 +1256,6 @@ When using cluster peering connections, intentions secure your deployments with
|
|||
]
|
||||
```
|
||||
|
||||
```yaml
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
kind: ServiceIntentions
|
||||
|
|
Loading…
Reference in New Issue