AVEdate / chat-ui-main /chart /templates /service-monitor.yaml
zeroMN's picture
Upload 517 files
8d88d9b verified
raw
history blame
397 Bytes
{{- if $.Values.monitoring.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels: {{ include "labels.standard" . | nindent 4 }}
name: {{ include "name" . }}
namespace: {{ .Release.Namespace }}
spec:
selector:
matchLabels: {{ include "labels.standard" . | nindent 6 }}
endpoints:
- port: metrics
path: /metrics
interval: 15s
{{- end }}