mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
ipsilon: add username route
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
host: "id{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: web
|
||||
servicename: ipsilon
|
||||
- role: openshift/route
|
||||
app: ipsilon
|
||||
routename: ipsilon-userid
|
||||
host: "*.id{{ env_suffix }}.fedoraproject.org"
|
||||
wildcardpolicy: Subdomain
|
||||
serviceport: web
|
||||
servicename: ipsilon
|
||||
- role: openshift/object
|
||||
app: ipsilon
|
||||
template: deploymentconfig.yml
|
||||
|
||||
@@ -11,6 +11,9 @@ metadata:
|
||||
spec:
|
||||
{% if host is defined %}
|
||||
host: {{ host }}
|
||||
{% endif %}
|
||||
{% if wildcardpolicy is defined %}
|
||||
wildcardPolicy: {{ wildcardpolicy }}
|
||||
{% endif %}
|
||||
port:
|
||||
targetPort: {{ serviceport }}
|
||||
|
||||
Reference in New Issue
Block a user