feat: automatically terminate cronjob after 5 minutes

This commit is contained in:
Neil Hanlon 2023-04-06 16:03:02 -04:00
parent 7cf09716e4
commit c4ae8d8aa5
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ spec:
serviceAccountName: {{ include "apollo-rhworker.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | indent 8 }}
activeDeadlineSeconds: 300
containers:
- name: {{ .Chart.Name }}-poll-rh-advisories-workflow
image: temporalio/admin-tools:1.10.5