Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
f3ad59f5
Commit
f3ad59f5
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Change Kafka connection of legacy resources
parent
f93cd409
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!115
Start using new Theodolite defaults
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#2725
passed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/uc-application/aggregation-deployment.yaml
+2
-2
2 additions, 2 deletions
execution/uc-application/aggregation-deployment.yaml
execution/uc-workload-generator/workloadGenerator.yaml
+2
-2
2 additions, 2 deletions
execution/uc-workload-generator/workloadGenerator.yaml
with
4 additions
and
4 deletions
execution/uc-application/aggregation-deployment.yaml
+
2
−
2
View file @
f3ad59f5
...
@@ -21,9 +21,9 @@ spec:
...
@@ -21,9 +21,9 @@ spec:
name
:
jmx
name
:
jmx
env
:
env
:
-
name
:
KAFKA_BOOTSTRAP_SERVERS
-
name
:
KAFKA_BOOTSTRAP_SERVERS
value
:
"
my-confluent
-cp-kafka:9092"
value
:
"
theodolite
-cp-kafka:9092"
-
name
:
SCHEMA_REGISTRY_URL
-
name
:
SCHEMA_REGISTRY_URL
value
:
"
http://
my-confluent
-cp-schema-registry:8081"
value
:
"
http://
theodolite
-cp-schema-registry:8081"
-
name
:
JAVA_OPTS
-
name
:
JAVA_OPTS
value
:
"
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=5555"
value
:
"
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=5555"
-
name
:
COMMIT_INTERVAL_MS
# Set as default for the applications
-
name
:
COMMIT_INTERVAL_MS
# Set as default for the applications
...
...
This diff is collapsed.
Click to expand it.
execution/uc-workload-generator/workloadGenerator.yaml
+
2
−
2
View file @
f3ad59f5
...
@@ -32,6 +32,6 @@ spec:
...
@@ -32,6 +32,6 @@ spec:
-
name
:
KUBERNETES_DNS_NAME
-
name
:
KUBERNETES_DNS_NAME
value
:
"
titan-ccp-load-generator.$(KUBERNETES_NAMESPACE).svc.cluster.local"
value
:
"
titan-ccp-load-generator.$(KUBERNETES_NAMESPACE).svc.cluster.local"
-
name
:
KAFKA_BOOTSTRAP_SERVERS
-
name
:
KAFKA_BOOTSTRAP_SERVERS
value
:
"
my-confluent
-cp-kafka:9092"
value
:
"
theodolite
-cp-kafka:9092"
-
name
:
SCHEMA_REGISTRY_URL
-
name
:
SCHEMA_REGISTRY_URL
value
:
"
http://
my-confluent
-cp-schema-registry:8081"
value
:
"
http://
theodolite
-cp-schema-registry:8081"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment