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