mirror of https://git.rancher.io/charts
16 lines
350 B
YAML
16 lines
350 B
YAML
|
{{- if (include "kiali-server.isDashboardEnabled" .) }}
|
||
|
---
|
||
|
apiVersion: "monitoring.kiali.io/v1alpha1"
|
||
|
kind: MonitoringDashboard
|
||
|
metadata:
|
||
|
name: springboot-jvm-pool
|
||
|
labels:
|
||
|
{{- include "kiali-server.labels" . | nindent 4 }}
|
||
|
spec:
|
||
|
runtime: Spring Boot
|
||
|
title: JVM Pool Metrics
|
||
|
items:
|
||
|
- include: "micrometer-1.0.6-jvm-pool"
|
||
|
...
|
||
|
{{- end }}
|