summaryrefslogtreecommitdiff
path: root/roles/streaming
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-06 15:53:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-06 15:53:53 +0200
commit607dd775d693ca724c87e4fca55cb6fa4729496e (patch)
tree6666a6acf57b5d78b798cd50c5845af7d13a0b49 /roles/streaming
parentele-laptop base install (diff)
streaming/player: configure shutdown grace period
Diffstat (limited to 'roles/streaming')
-rw-r--r--roles/streaming/player/templates/pod-spec.yml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/streaming/player/templates/pod-spec.yml.j2 b/roles/streaming/player/templates/pod-spec.yml.j2
index a4eff23f..46175a41 100644
--- a/roles/streaming/player/templates/pod-spec.yml.j2
+++ b/roles/streaming/player/templates/pod-spec.yml.j2
@@ -11,6 +11,7 @@ containers:
{% for param in player_output %}
- '{{ param }}'
{% endfor %}
+ terminationGracePeriodSeconds: 0
securityContext:
privileged: true
volumeMounts: