We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c1c532 + 5a6b35c commit 0c65185Copy full SHA for 0c65185
charts/openstack-actions-runner/templates/settings.yml
@@ -12,6 +12,8 @@ data:
12
{{ .Values.runnerPool | toYaml | indent 6 }}
13
extra_runner_timer:
14
{{ .Values.extraRunnerTimer | toYaml | indent 6 }}
15
+ timeout_runner_timer:
16
+{{ .Values.timeoutRunnerTimer | toYaml | indent 6 }}
17
redis:
18
host: {{ .Values.redis.fullnameOverride }}-master
19
port: {{ .Values.redis.redisPort }}
charts/openstack-actions-runner/values.yaml
@@ -133,6 +133,9 @@ extraRunnerTimer:
133
minutes: 10
134
hours: 0
135
136
+timeoutRunnerTimer:
137
+ minutes: 15
138
+ hours: 0
139
140
# Redis database config
141
0 commit comments