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

Disable Job Manager port expose to avoid collision

parent 61447b9e
Branches
Tags
No related merge requests found
Pipeline #5858 passed
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:latest image: ghcr.io/cau-se/theodolite-uc1-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:latest image: ghcr.io/cau-se/theodolite-uc2-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:latest image: ghcr.io/cau-se/theodolite-uc3-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -46,8 +46,8 @@ services: ...@@ -46,8 +46,8 @@ services:
NUM_NESTED_GROUPS: 4 NUM_NESTED_GROUPS: 4
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc4-flink:latest image: ghcr.io/cau-se/theodolite-uc4-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc4.application.AggregationServiceFlinkJob command: standalone-job --job-classname theodolite.uc4.application.AggregationServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment