github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/chainlink/templates/pod-monitor.yaml (about) 1 {{- if .Values.prometheus }} 2 apiVersion: monitoring.coreos.com/v1 3 kind: PodMonitor 4 metadata: 5 labels: 6 release: grafana-agent 7 spec: 8 selector: 9 matchLabels: 10 release: {{ .Release.Name }} 11 podMetricsEndpoints: 12 - port: access 13 {{- end }}