From 14c805a3056856e92c9243211fa14eacc303288d Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Mon, 1 Feb 2021 00:29:03 +0100
Subject: [PATCH] add another example Yaml

---
 theodolite-quarkus/YAML/service-monitor.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 theodolite-quarkus/YAML/service-monitor.yaml

diff --git a/theodolite-quarkus/YAML/service-monitor.yaml b/theodolite-quarkus/YAML/service-monitor.yaml
new file mode 100644
index 000000000..4e7e758ca
--- /dev/null
+++ b/theodolite-quarkus/YAML/service-monitor.yaml
@@ -0,0 +1,14 @@
+apiVersion: monitoring.coreos.com/v1
+kind: ServiceMonitor
+metadata:
+  labels:
+    app: titan-ccp-aggregation
+    appScope: titan-ccp
+  name: titan-ccp-aggregation
+spec:
+  selector:
+    matchLabels:
+        app: titan-ccp-aggregation
+  endpoints:
+    - port: metrics
+      interval: 10s
-- 
GitLab