Deploy user-engine flex-auth policy service
This commit is contained in:
parent
29ae3e70c6
commit
0165ac8d14
3 changed files with 50 additions and 0 deletions
|
|
@ -135,6 +135,12 @@ spec:
|
|||
podSelector:
|
||||
matchLabels: {app.kubernetes.io/name: tenant-engine}
|
||||
ports: [{protocol: TCP, port: 8090}]
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels: {kubernetes.io/metadata.name: flex-auth}
|
||||
podSelector:
|
||||
matchLabels: {app.kubernetes.io/name: flex-auth-user-engine}
|
||||
ports: [{protocol: TCP, port: 8080}]
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels: {kubernetes.io/metadata.name: kube-system}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue