Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

5 files
+ 96
77
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
0
apiVersion: v1
kind: ConfigMap
metadata:
name: aggregation-jmx-configmap
data:
jmx-kafka-prometheus.yml: |+
jmxUrl: service:jmx:rmi:///jndi/rmi://localhost:5555/jmxrmi
lowercaseOutputName: true
lowercaseOutputLabelNames: true
ssl: false
Loading