Skip to content
Snippets Groups Projects
Commit 33142b62 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'theodolite-kotlin' into flink-rm-rebalance

parents 3461441b ad6b50e8
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!141Remove rebalance in Flink benchmarks,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3672 passed
......@@ -55,12 +55,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
loadTypes:
type: array
minItems: 1
......@@ -81,12 +80,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
kafkaConfig:
type: object
properties:
......
......@@ -95,12 +95,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
value:
type: string
status:
......
......@@ -18,6 +18,7 @@ spec:
containers:
- name: theodolite
image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
imagePullPolicy: Always
env:
- name: NAMESPACE
value: {{ .Release.Namespace }}
......@@ -30,9 +31,13 @@ spec:
mountPath: /work/benchmark-resources
- name: lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
imagePullPolicy: Always
ports:
- containerPort: 80
name: analysis
env:
- name: LOG_LEVEL
value: INFO
volumes:
- name: benchmark-resources
configMap:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment