UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Gitlab monitoring not working"

Merged kevin.wilder requested to merge 10-gitlab-monitoring-not-working into main
1 file
+ 11
11
Compare changes
  • Side-by-side
  • Inline
+ 11
11
@@ -1068,17 +1068,17 @@ gitlab:
tag: 13.10.3
pullSecrets:
- name: private-registry
metrics:
enabled: true
port: 9168
annotations:
gitlab.com/prometheus_scrape: "true"
gitlab.com/prometheus_port: "9168"
gitlab.com/prometheus_path: "/metrics"
prometheus.io/scrape: "true"
prometheus.io/port: "9168"
prometheus.io/path: "/metrics"
enabled: false
metrics:
enabled: true
port: 9168
annotations:
gitlab.com/prometheus_scrape: "true"
gitlab.com/prometheus_port: "9168"
gitlab.com/prometheus_path: "/metrics"
prometheus.io/scrape: "true"
prometheus.io/port: "9168"
prometheus.io/path: "/metrics"
enabled: false
## doc/charts/gitlab/migrations
migrations:
image:
Loading