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

OZG-6867: OZG-7036: Add ingress rule for administration

parent 21eda9ce
Branches
Tags
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