UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 45a017e8 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch '1195-velero-servicemonitor-enabled-in-bigbang' into 'master'

Resolve "Velero ServiceMonitor enabled in BigBang"

See merge request platform-one/big-bang/bigbang!1937
parents e284e001 6ca36c1d
No related branches found
No related tags found
1 merge request!1937Resolve "Velero ServiceMonitor enabled in BigBang"
Pipeline #916210 passed with warnings
......@@ -15,6 +15,23 @@ podAnnotations:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.monitoring.enabled }}
metrics:
enabled: true
scrapeInterval: 30s
scrapeTimeout: 10s
service:
annotations: {}
labels: {}
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8085"
prometheus.io/path: "/metrics"
serviceMonitor:
enabled: true
additionalLabels: {}
{{- end }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment