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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!24
run UC as python implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
run UC as python implementation
stu202077/theodolite:feature/runUcPython
into
master
Overview
9
Commits
34
Pipelines
0
Changes
1
Closed
run UC as python implementation
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/runUcPython
into
master
Jun 28, 2020
Overview
5
Commits
34
Pipelines
0
Changes
1
Implements
#68 (closed)
,
#77 (closed)
Integrates
!19 (closed)
Edited
Oct 1, 2020
by
Björn Vonheiden
0
0
Merge request reports
Viewing commit
962a5ffe
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
962a5ffe
Merge branch 'feature/kustomize' into feature/runUcPython
· 962a5ffe
Björn Vonheiden
authored
Jul 20, 2020
execution/uc-application/base/aggregation-deployment.yaml
+
1
−
1
View file @ 962a5ffe
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,7 +23,7 @@ spec:
-
name
:
KAFKA_BOOTSTRAP_SERVERS
value
:
"
my-confluent-cp-kafka:9092"
-
name
:
COMMIT_INTERVAL_MS
value
:
100
value
:
"
100
"
-
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"
resources
:
Loading