Planet: add new route
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
6123c903b9
commit
3f394e266e
1 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,15 @@
|
||||||
annotations:
|
annotations:
|
||||||
haproxy.router.openshift.io/timeout: 5m
|
haproxy.router.openshift.io/timeout: 5m
|
||||||
|
|
||||||
|
- role: openshift/route
|
||||||
|
app: planet
|
||||||
|
routename: planet
|
||||||
|
host: "planet{{env_suffix}}.fedoraproject.org"
|
||||||
|
serviceport: web
|
||||||
|
servicename: planet
|
||||||
|
annotations:
|
||||||
|
haproxy.router.openshift.io/timeout: 5m
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: planet
|
app: planet
|
||||||
template: deployment.yml
|
template: deployment.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue