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

Use same standalone arguments as in Docker Compose

parent 8655a1c5
No related branches found
No related tags found
1 merge request!218Add Beam Kubernetes Benchmark Definitions
Pipeline #5855 passed
...@@ -49,8 +49,8 @@ spec: ...@@ -49,8 +49,8 @@ spec:
limits: limits:
memory: 4Gi memory: 4Gi
cpu: 1000m cpu: 1000m
args: ["standalone-job", "--job-classname", "application.Uc1BeamFlink"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"] args: ["standalone-job", "--job-classname", "application.Uc1BeamFlink", "--streaming", "--disableMetrics=true", "--fasterCopy"]
#command: ['sleep', '60m'] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
ports: ports:
- containerPort: 6123 - containerPort: 6123
name: rpc name: rpc
......
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