change route to match dns for stg.release-monitoring.org

This commit is contained in:
Kevin Fenzi 2018-08-15 17:45:44 +00:00
parent b3788e5bba
commit 35c5ce99da

View file

@ -6,7 +6,7 @@ metadata:
app: release-monitoring app: release-monitoring
spec: spec:
{% if env == 'staging' %} {% if env == 'staging' %}
host: release-monitoring.app.os.stg.fedoraproject.org host: stg.release-monitoring.org
{% else %} {% else %}
host: release-monitoring.org host: release-monitoring.org
{% endif %} {% endif %}