Badges: update the proxies to point to openshift
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e9ceda06da
commit
f75f5d7823
2 changed files with 10 additions and 2 deletions
|
@ -239,9 +239,15 @@
|
|||
- datagrepper
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: badges.fedoraproject.org
|
||||
website: "badges{{ env_suffix }}.fedoraproject.org"
|
||||
destname: badges
|
||||
proxyurl: http://localhost:10032
|
||||
balancer_name: apps-ocp
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
ocp4: true
|
||||
tags:
|
||||
- badges
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: kerneltest.fedoraproject.org
|
||||
|
|
|
@ -566,6 +566,8 @@
|
|||
server_aliases: [badges.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- badges
|
||||
|
||||
- role: httpd/website
|
||||
site_name: paste.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue