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

ozg-6647 default monitoring namespace

parent f521fde7
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ spec: ...@@ -51,7 +51,7 @@ spec:
- from: - from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
name: {{ (.Values.networkPolicy).monitoringNamespace | default "openshift-monitoring" }} name: {{ (.Values.networkPolicy).monitoringNamespace | default "openshift-user-workload-monitoring" }}
ports: ports:
- protocol: TCP - protocol: TCP
port: 8081 port: 8081
......
...@@ -121,7 +121,7 @@ tests: ...@@ -121,7 +121,7 @@ tests:
from: from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
name: openshift-monitoring name: openshift-user-workload-monitoring
- it: should set monitoring namespace for monitoring scraper ingress rule - it: should set monitoring namespace for monitoring scraper ingress rule
set: set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment