mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Merge pull request #14190 from ninjadq/fix_http_ineternl_metric_port
Fix metrics template for http mode
This commit is contained in:
commit
a7a8b6fa28
@ -210,11 +210,11 @@ http {
|
||||
}
|
||||
{% if metric.enabled %}
|
||||
upstream core_metrics {
|
||||
server core:9090;
|
||||
server core:{{ metric.port }};
|
||||
}
|
||||
|
||||
upstream registry_metrics {
|
||||
server registry:5001;
|
||||
server registry:{{ metric.port }};
|
||||
}
|
||||
|
||||
upstream harbor_exporter {
|
||||
|
Loading…
Reference in New Issue
Block a user