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

Stop overriding Hazelcast UC4 configs

parent e063f36b
No related branches found
No related tags found
1 merge request!307Align UC4 implementations among engines
Pipeline #10179 failed
...@@ -21,8 +21,6 @@ spec: ...@@ -21,8 +21,6 @@ spec:
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
- name: SCHEMA_REGISTRY_URL - name: SCHEMA_REGISTRY_URL
value: "http://theodolite-kafka-schema-registry:8081" value: "http://theodolite-kafka-schema-registry:8081"
- name: WINDOW_SIZE
value: "5000"
#- name: KUBERNETES_DNS_NAME #- name: KUBERNETES_DNS_NAME
# value: "titan-ccp-aggregation" # value: "titan-ccp-aggregation"
- name: KUBERNETES_NAMESPACE - name: KUBERNETES_NAMESPACE
......
...@@ -50,7 +50,6 @@ services: ...@@ -50,7 +50,6 @@ services:
BOOTSTRAP_SERVER: benchmark:5701 BOOTSTRAP_SERVER: benchmark:5701
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081 SCHEMA_REGISTRY_URL: http://schema-registry:8081
WINDOW_SIZE_UC4: 5000
load-generator: load-generator:
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest}
depends_on: depends_on:
......
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