ipsilon: add username route
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
fa7c9891fa
commit
2e099edfa4
2 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,13 @@
|
||||||
host: "id{{ env_suffix }}.fedoraproject.org"
|
host: "id{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: web
|
serviceport: web
|
||||||
servicename: ipsilon
|
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
|
- role: openshift/object
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
template: deploymentconfig.yml
|
template: deploymentconfig.yml
|
||||||
|
|
|
@ -11,6 +11,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
{% if host is defined %}
|
{% if host is defined %}
|
||||||
host: {{ host }}
|
host: {{ host }}
|
||||||
|
{% endif %}
|
||||||
|
{% if wildcardpolicy is defined %}
|
||||||
|
wildcardPolicy: {{ wildcardpolicy }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
port:
|
port:
|
||||||
targetPort: {{ serviceport }}
|
targetPort: {{ serviceport }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue