Skip to content

Commit 0c65185

Browse files
authored
Merge pull request #51 from scality/bugfix/setup-timer-conf-chart
Implement in chart the runner timer config
2 parents 0c1c532 + 5a6b35c commit 0c65185

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/openstack-actions-runner/templates/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ data:
1212
{{ .Values.runnerPool | toYaml | indent 6 }}
1313
extra_runner_timer:
1414
{{ .Values.extraRunnerTimer | toYaml | indent 6 }}
15+
timeout_runner_timer:
16+
{{ .Values.timeoutRunnerTimer | toYaml | indent 6 }}
1517
redis:
1618
host: {{ .Values.redis.fullnameOverride }}-master
1719
port: {{ .Values.redis.redisPort }}

charts/openstack-actions-runner/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ extraRunnerTimer:
133133
minutes: 10
134134
hours: 0
135135

136+
timeoutRunnerTimer:
137+
minutes: 15
138+
hours: 0
136139

137140
# Redis database config
138141
redis:

0 commit comments

Comments
 (0)