mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Fix(apisix): prometheus namespace
This commit is contained in:
parent
3c832069b8
commit
10afba88b0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ initContainer:
|
||||||
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: "monitoring"
|
namespace: "grafana"
|
||||||
interval: 15s
|
interval: 15s
|
||||||
# @param serviceMonitor.labels ServiceMonitor extra labels
|
# @param serviceMonitor.labels ServiceMonitor extra labels
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|
Loading…
Reference in a new issue