Skip to content
Snippets Groups Projects
Commit fcc88eb5 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Merge branch 'feature/281-Add-Beam-Kubernetes-Benchmark-Definitions' of...

Merge branch 'feature/281-Add-Beam-Kubernetes-Benchmark-Definitions' of git.se.informatik.uni-kiel.de:stu203404/theodolite into feature/281-Add-Beam-Kubernetes-Benchmark-Definitions
parents 333ab535 86cd2451
Branches
Tags
1 merge request!218Add Beam Kubernetes Benchmark Definitions
Pipeline #5930 failed
......@@ -49,8 +49,8 @@ spec:
limits:
memory: 4Gi
cpu: 1000m
args: ["standalone-job", "--job-classname", "application.Uc1BeamFlink"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
#command: ['sleep', '60m']
args: ["standalone-job", "--job-classname", "application.Uc1BeamFlink", "--streaming", "--disableMetrics=true", "--fasterCopy"]
# optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
ports:
- containerPort: 6123
name: rpc
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:latest
image: uc1-beam-flink:latest
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment