Skip to content
Snippets Groups Projects

Add terminationGracePeriodSeconds of 0 to end pods in executions directly

Merged Björn Vonheiden requested to merge stu202077/theodolite:fastPodTermination into master
8 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -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
Loading