added istio ingress proxy
This commit is contained in:
parent
7dd7d19df5
commit
0659c44499
18 changed files with 415 additions and 51 deletions
13
config/istio/200-rolebinding.yaml
Normal file
13
config/istio/200-rolebinding.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: ingress-proxy
|
||||
namespace: istio-system
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: ingress-proxy
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: ingress-proxy
|
||||
Loading…
Add table
Add a link
Reference in a new issue