proxies / ocp: fix app vs apps typo

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-27 13:49:40 -07:00
parent 63eb9d6765
commit 041b82d1ec
2 changed files with 7 additions and 7 deletions

View file

@ -620,14 +620,14 @@
when: env == "staging"
- role: httpd/reverseproxy
website: "app.ocp{{ env_suffix }}.fedoraproject.org"
destname: app.ocp
balancer_name: app-ocp
website: "apps.ocp{{ env_suffix }}.fedoraproject.org"
destname: apps.ocp
balancer_name: apps-ocp
targettype: openshift
balancer_members: "{{ ocp_nodes }}"
keephost: true
tags:
- app.ocp.fedoraproject.org
- apps.ocp.fedoraproject.org
when: env == "staging"
- role: httpd/reverseproxy

View file

@ -694,8 +694,8 @@
when: env == "staging"
- role: httpd/website
site_name: app.ocp.stg.fedoraproject.org
server_aliases: ["*.app.ocp.stg.fedoraproject.org"]
site_name: apps.ocp.stg.fedoraproject.org
server_aliases: ["*.apps.ocp.stg.fedoraproject.org"]
sslonly: true
cert_name: "{{os_wildcard_cert_name}}"
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
@ -703,7 +703,7 @@
# So non-h2 is needed to fix websockets.
use_h2: false
tags:
- app.ocp.stg.fedoraproject.org
- apps.ocp.stg.fedoraproject.org
when: env == "staging"
- role: httpd/website