Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

service-monitor.yaml 397 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. {{- if $.Values.monitoring.enabled }}
  2. apiVersion: monitoring.coreos.com/v1
  3. kind: ServiceMonitor
  4. metadata:
  5. labels: {{ include "labels.standard" . | nindent 4 }}
  6. name: {{ include "name" . }}
  7. namespace: {{ .Release.Namespace }}
  8. spec:
  9. selector:
  10. matchLabels: {{ include "labels.standard" . | nindent 6 }}
  11. endpoints:
  12. - port: metrics
  13. path: /metrics
  14. interval: 15s
  15. {{- end }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...