Skip to content
Snippets Groups Projects
Commit ca6e44b3 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-6867: OZG-7036: Add ingress rule for administration'...

Merge pull request 'OZG-6867: OZG-7036: Add ingress rule for administration' (#94) from OZG-7036-ingress-admin into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/zufi-manager/pulls/94


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 21eda9ce 67cbec2c
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,13 @@ spec:
- podSelector:
matchLabels:
component: alfa
- ports:
- port: 9090
from:
- namespaceSelector: { }
- podSelector:
matchLabels:
component: administration
- ports:
- port: 9090
from:
......
......@@ -103,6 +103,13 @@ tests:
component: alfa
ports:
- port: 9090
- from:
- namespaceSelector: { }
- podSelector:
matchLabels:
component: administration
ports:
- port: 9090
- from:
- namespaceSelector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment