Deploy user-engine flex-auth policy service
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-09 02:21:41 +02:00
parent 29ae3e70c6
commit 0165ac8d14
3 changed files with 50 additions and 0 deletions

View file

@ -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}