oraculum: Final tweaks
This commit is contained in:
parent
ba7f738f78
commit
63f04629f6
2 changed files with 29 additions and 13 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
type: Git
|
type: Git
|
||||||
git:
|
git:
|
||||||
uri: https://pagure.io/fedora-qa/oraculum
|
uri: https://pagure.io/fedora-qa/oraculum
|
||||||
ref: "python36"
|
ref: "master"
|
||||||
strategy:
|
strategy:
|
||||||
type: Source
|
type: Source
|
||||||
sourceStrategy:
|
sourceStrategy:
|
||||||
|
|
|
@ -66,11 +66,15 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# WatchDog emails
|
# WatchDog emails
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "false"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "fzatlouk@redhat.com"
|
value: "['fzatlouk@redhat.com']"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
{% if env == 'staging' %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
{% else %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.fedoraproject.org;"
|
||||||
|
{% endif %}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
|
@ -159,11 +163,15 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# WatchDog emails
|
# WatchDog emails
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "false"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "fzatlouk@redhat.com"
|
value: "['fzatlouk@redhat.com']"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
{% if env == 'staging' %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
{% else %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.fedoraproject.org;"
|
||||||
|
{% endif %}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
|
@ -236,11 +244,15 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# WatchDog emails
|
# WatchDog emails
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "false"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "fzatlouk@redhat.com"
|
value: "['fzatlouk@redhat.com']"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
{% if env == 'staging' %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
{% else %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.fedoraproject.org;"
|
||||||
|
{% endif %}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
|
@ -315,11 +327,15 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# WatchDog emails
|
# WatchDog emails
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "false"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "fzatlouk@redhat.com"
|
value: "['fzatlouk@redhat.com']"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
{% if env == 'staging' %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
{% else %}
|
||||||
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.fedoraproject.org;"
|
||||||
|
{% endif %}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue