change route to match dns for stg.release-monitoring.org
This commit is contained in:
parent
b3788e5bba
commit
35c5ce99da
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue