Skip to content

Commit

Permalink
chart update for cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
imuni4fun committed Dec 18, 2024
1 parent 62a11a9 commit 46bccec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/oneShotMetricsServer/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ spec:
failedJobsHistoryLimit: 1
jobTemplate:
spec:
activeDeadlineSeconds: 50
parallelism: 1
backoffLimit: 1
template:
metadata:
namespace: {{ .Values.serviceNamespace | required "serviceNamespace is required" }}
labels:
app.kubernetes.io/name: {{ .Values.serviceName | required "serviceName is required" }}
spec:
activeDeadlineSeconds: 40
terminationGracePeriodSeconds: 5
containers:
- name: runner
image: "{{ .Values.testEvent.image | required "testEvent.image is required" }}:{{ .Values.testEvent.tag | required "testEvent.tag is required" }}"
Expand Down

0 comments on commit 46bccec

Please sign in to comment.