Skip to content
Snippets Groups Projects

WIP: Re-implementation of Theodolite with Kotlin/Quarkus

Merged Sören Henning requested to merge theodolite-kotlin into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@ spec:
@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
terminationGracePeriodSeconds: 0
containers:
containers:
- name: uc-application
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest
image: uc-app:latest
ports:
ports:
- containerPort: 5555
- containerPort: 5555
name: jmx
name: jmx
@@ -28,6 +28,10 @@ spec:
@@ -28,6 +28,10 @@ spec:
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
value: "100"
 
resources:
 
limits:
 
memory: 4Gi
 
cpu: 1000m
- name: prometheus-jmx-exporter
- name: prometheus-jmx-exporter
image: "solsson/kafka-prometheus-jmx-exporter@sha256:6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143"
image: "solsson/kafka-prometheus-jmx-exporter@sha256:6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143"
command:
command:
Loading