diff --git a/execution/helm/templates/theodolite/crd-benchmark.yaml b/execution/helm/templates/theodolite/crd-benchmark.yaml index 319eee18cee87d12cd7051e5fc3414f99c8d8a30..798950bc05be9ebb6361445619d8a7cb1b9aeff7 100644 --- a/execution/helm/templates/theodolite/crd-benchmark.yaml +++ b/execution/helm/templates/theodolite/crd-benchmark.yaml @@ -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: diff --git a/execution/helm/templates/theodolite/crd-execution.yaml b/execution/helm/templates/theodolite/crd-execution.yaml index 41ba1b0b5b19b53d9b7caec48241285edf4ba396..a1052262fb41c26e0e58b72ded3d8b3c24c40a8d 100644 --- a/execution/helm/templates/theodolite/crd-execution.yaml +++ b/execution/helm/templates/theodolite/crd-execution.yaml @@ -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: diff --git a/execution/helm/templates/theodolite/thedolite-operator.yaml b/execution/helm/templates/theodolite/thedolite-operator.yaml index 3af9cfffd71059993688d5be77ae110a2e3cdc2d..497ed751e8aa6c5ba2f9bfe926ecec47a0fa7067 100644 --- a/execution/helm/templates/theodolite/thedolite-operator.yaml +++ b/execution/helm/templates/theodolite/thedolite-operator.yaml @@ -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: