mirror of https://git.rancher.io/charts
17 lines
359 B
YAML
17 lines
359 B
YAML
|
{{- if (include "kiali-server.isDashboardEnabled" .) }}
|
||
|
---
|
||
|
apiVersion: monitoring.kiali.io/v1alpha1
|
||
|
kind: MonitoringDashboard
|
||
|
metadata:
|
||
|
name: vertx-jvm
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
labels:
|
||
|
{{- include "kiali-server.labels" . | nindent 4 }}
|
||
|
spec:
|
||
|
runtime: Vert.x
|
||
|
title: JVM Metrics
|
||
|
items:
|
||
|
- include: "micrometer-1.1-jvm"
|
||
|
...
|
||
|
{{- end }}
|