Skip to content
Snippets Groups Projects
Commit c2a38f77 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

add terminationGracePeriodSeconds of 0 to end pods in executions directly

parent 4f99b44e
No related branches found
No related tags found
1 merge request!183Add terminationGracePeriodSeconds of 0 to end pods in executions directly
This commit is part of merge request !183. Comments created here will be created in the context of that merge request.
......@@ -14,6 +14,7 @@ spec:
app: flink
component: jobmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:latest
......@@ -90,4 +91,4 @@ spec:
emptyDir: {}
# - name: job-artifacts-volume
# hostPath:
# path: /host/path/to/job/artifacts
\ No newline at end of file
# path: /host/path/to/job/artifacts
......@@ -14,6 +14,7 @@ spec:
app: flink
component: taskmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:latest
......
......@@ -14,6 +14,7 @@ spec:
app: flink
component: jobmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:latest
......@@ -90,4 +91,4 @@ spec:
emptyDir: {}
# - name: job-artifacts-volume
# hostPath:
# path: /host/path/to/job/artifacts
\ No newline at end of file
# path: /host/path/to/job/artifacts
......@@ -14,6 +14,7 @@ spec:
app: flink
component: taskmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:latest
......
......@@ -14,6 +14,7 @@ spec:
app: flink
component: jobmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:latest
......@@ -90,4 +91,4 @@ spec:
emptyDir: {}
# - name: job-artifacts-volume
# hostPath:
# path: /host/path/to/job/artifacts
\ No newline at end of file
# path: /host/path/to/job/artifacts
......@@ -14,6 +14,7 @@ spec:
app: flink
component: taskmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:latest
......
......@@ -14,6 +14,7 @@ spec:
app: flink
component: jobmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:latest
......@@ -90,4 +91,4 @@ spec:
emptyDir: {}
# - name: job-artifacts-volume
# hostPath:
# path: /host/path/to/job/artifacts
\ No newline at end of file
# path: /host/path/to/job/artifacts
......@@ -14,6 +14,7 @@ spec:
app: flink
component: taskmanager
spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:latest
......
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