23 lines
603 B
YAML
23 lines
603 B
YAML
---
|
|
# Source: trivy/charts/trivy-operator/templates/monitor/servicemonitor.yaml
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: trivy-trivy-operator
|
|
namespace: trivy
|
|
labels:
|
|
helm.sh/chart: trivy-operator-0.31.0
|
|
app.kubernetes.io/name: trivy-operator
|
|
app.kubernetes.io/instance: trivy
|
|
app.kubernetes.io/version: "0.29.0"
|
|
app.kubernetes.io/managed-by: Helm
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: trivy-operator
|
|
app.kubernetes.io/instance: trivy
|
|
endpoints:
|
|
- honorLabels: true
|
|
port: metrics
|
|
scheme: http
|