istio improvements
This commit is contained in:
parent
d7ad6c44bd
commit
97addda5f4
13 changed files with 388 additions and 7 deletions
9
testapp/istio/cluster-rbac.yaml
Normal file
9
testapp/istio/cluster-rbac.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: rbac.istio.io/v1alpha1
|
||||
kind: ClusterRbacConfig
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
mode: 'ON_WITH_INCLUSION'
|
||||
inclusion:
|
||||
namespaces: ["default", "redirect"]
|
||||
#services: ["istio-egressgateway.istio-system.svc.cluster.local"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue