UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Remove BB created serviceMonitor and enable upstream ones

Compare and
8 files
+ 140
32
Compare changes
  • Side-by-side
  • Inline
Files
8
{{- if .Values.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ .Release.Name }}-metrics
namespace: {{ .Release.Namespace }}
spec:
selector:
matchLabels:
app: gitlab-exporter
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
endpoints:
- path: /sidekiq
interval: 30s
port: http-metrics
scheme: http
jobLabel: gitlab
{{- end }}
\ No newline at end of file
Loading