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: ...@@ -50,6 +50,13 @@ spec:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: alfa component: alfa
- ports:
- port: 9090
from:
- namespaceSelector: { }
- podSelector:
matchLabels:
component: administration
- ports: - ports:
- port: 9090 - port: 9090
from: from:
......
...@@ -103,6 +103,13 @@ tests: ...@@ -103,6 +103,13 @@ tests:
component: alfa component: alfa
ports: ports:
- port: 9090 - port: 9090
- from:
- namespaceSelector: { }
- podSelector:
matchLabels:
component: administration
ports:
- port: 9090
- from: - from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment