mirror of https://github.com/istio/istio.io.git
use targetrefs (#15001)
This commit is contained in:
parent
f2ad6fd556
commit
36cde2ce0d
|
@ -271,8 +271,8 @@ identities, but not at the Layer 7 level, such as HTTP methods like `GET` and `P
|
|||
name: productpage-viewer
|
||||
namespace: default
|
||||
spec:
|
||||
targetRef:
|
||||
kind: Service
|
||||
targetRefs:
|
||||
- kind: Service
|
||||
group: ""
|
||||
name: productpage
|
||||
action: ALLOW
|
||||
|
|
|
@ -200,8 +200,8 @@ metadata:
|
|||
name: productpage-viewer
|
||||
namespace: default
|
||||
spec:
|
||||
targetRef:
|
||||
kind: Service
|
||||
targetRefs:
|
||||
- kind: Service
|
||||
group: ""
|
||||
name: productpage
|
||||
action: ALLOW
|
||||
|
|
Loading…
Reference in New Issue