From 59a8b7c1c7b2ffd8b4211492d66fe050616147a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 12 Sep 2022 07:20:20 +0300 Subject: [PATCH] camtiler: Fix Prometheus namespace for network policy --- camtiler/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camtiler/application.yml b/camtiler/application.yml index 3f09d9c..f9d8258 100644 --- a/camtiler/application.yml +++ b/camtiler/application.yml @@ -252,7 +252,7 @@ spec: - from: - namespaceSelector: matchLabels: - kubernetes.io/metadata.name: monitoring + kubernetes.io/metadata.name: prometheus-operator podSelector: matchLabels: app.kubernetes.io/name: prometheus @@ -296,7 +296,7 @@ spec: - from: - namespaceSelector: matchLabels: - kubernetes.io/metadata.name: monitoring + kubernetes.io/metadata.name: prometheus-operator podSelector: matchLabels: app.kubernetes.io/name: prometheus