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

Merge branch 'master' into self-built-slo-checkers

parents 3678818b dce5c265
No related branches found
No related tags found
1 merge request!231Build custom SLO checker images
...@@ -21,17 +21,16 @@ spec: ...@@ -21,17 +21,16 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
# - name: MODE # - name: MODE
# value: yaml-executor # Default is `yaml-executor` # value: yaml-executor # Default is `yaml-executor`
- name: THEODOLITE_EXECUTION - name: THEODOLITE_EXECUTION
value: "execution/execution.yaml" # The name of this file must correspond to the filename of the execution, from which the config map is created. value: "/deployments/execution/execution.yaml" # The name of this file must correspond to the filename of the execution, from which the config map is created.
- name: THEODOLITE_BENCHMARK - name: THEODOLITE_BENCHMARK
value: "benchmark/benchmark.yaml" # The name of this file must correspond to the filename of the benchmark, from which the config map is created. value: "/deployments/benchmark/benchmark.yaml" # The name of this file must correspond to the filename of the benchmark, from which the config map is created.
- name: THEODOLITE_APP_RESOURCES - name: THEODOLITE_APP_RESOURCES
value: "benchmark-resources" value: "/deployments/benchmark-resources"
- name: RESULTS_FOLDER # Folder for saving results - name: RESULTS_FOLDER # Folder for saving results
value: results # Default is the pwd (/deployments) value: /deployments/results # Default is the pwd (/deployments)
# - name: CREATE_RESULTS_FOLDER # Specify whether the specified result folder should be created if it does not exist. # - name: CREATE_RESULTS_FOLDER # Specify whether the specified result folder should be created if it does not exist.
# value: "false" # Default is false. # value: "false" # Default is false.
volumeMounts: volumeMounts:
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
volumeMounts: volumeMounts:
- name: theodolite-results-volume - name: theodolite-results-volume
mountPath: "/deployments/results" mountPath: "/deployments/results"
{{- if .Values.operator.sloChecker.droppedRecordsKStreams.enabled }} {{- if .Values.operator.sloChecker.generic.enabled }}
- name: slo-checker-generic - name: slo-checker-generic
image: "{{ .Values.operator.sloChecker.generic.image }}:{{ .Values.operator.sloChecker.generic.imageTag }}" image: "{{ .Values.operator.sloChecker.generic.image }}:{{ .Values.operator.sloChecker.generic.imageTag }}"
imagePullPolicy: "{{ .Values.operator.sloChecker.generic.imagePullPolicy }}" imagePullPolicy: "{{ .Values.operator.sloChecker.generic.imagePullPolicy }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment