summaryrefslogtreecommitdiffstats
path: root/setup/projects/adei/templates/60-adei.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'setup/projects/adei/templates/60-adei.yml.j2')
-rw-r--r--setup/projects/adei/templates/60-adei.yml.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/projects/adei/templates/60-adei.yml.j2 b/setup/projects/adei/templates/60-adei.yml.j2
index 6d0ccae..5e508bc 100644
--- a/setup/projects/adei/templates/60-adei.yml.j2
+++ b/setup/projects/adei/templates/60-adei.yml.j2
@@ -12,7 +12,7 @@ metadata:
labels:
app: "adei"
objects:
-{% for name, cfg in adei_frontends.iteritems() %}
+{% for name, cfg in adei_frontends.items() %}
{% if (cfg.enabled | default(true)) %}
{% if (cfg.cron is defined) %}
{% set pod_type = "cron" %}
@@ -152,7 +152,7 @@ objects:
{% endif %}
containers:
- name: "{{ cfg.name }}"
- image: adei
+ image: "{{ cfg.image | default('adei:latest') }}"
imagePullPolicy: {{ pull_policy }}
{% if (cfg.node is defined) %}
command:
@@ -259,10 +259,10 @@ parameters:
value: "sources"
description: "Type of caching parallelism by a cacher replica: (sources or groups)"
- name: update_schedule
- value: "*/5 * * * *"
+ value: "*/13 * * * *"
description: "Schedule of caching group updates"
- name: maintain_schedule
- value: "*/15 * * * *"
+ value: "*/31 * * * *"
description: "Schedule of maintain tasks"
- name: clean_schedule
value: "9 3 * * *"