Skip to content

Feature/185 Make Paths Configurable

Solves #185 (closed) Enables passing paths for the Benchmark,BenchmarkExecution, and the Resources YAMLs:

New environment variables: Dokumentation in #189 (closed)

  • THEODOLITE_EXECUTION
  • THEODOLITE_BENCHMARK_TYPE
  • THEODOLITE_RESOURCES

Moved yamls to config folder in thedolite-quarkus

Additionally solves problehms building the native image by using @RegisterForReflection and following options:

  --initialize-at-run-time=io.fabric8.kubernetes.client.internal.CertUtils,\
  --report-unsupported-elements-at-runtime 

The docker images problems are moved to #188 (closed) .

Edited by Lorenz Boguhn

Merge request reports