fas: update service and routes with new names

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 00:43:18 +02:00
parent 67a0f616b2
commit 8d3b24ba2f
2 changed files with 12 additions and 2 deletions

View file

@ -57,7 +57,14 @@
routename: fas
host: "admin{{ env_suffix }}.fedoraproject.org"
path: "/accounts"
serviceport: web
serviceport: dynamic
servicename: fas
- role: openshift/route
app: fas
routename: fas-static
host: "admin{{ env_suffix }}.fedoraproject.org"
path: "/accounts/static"
serviceport: static
servicename: fas
- role: openshift/object
app: fas

View file

@ -8,7 +8,10 @@ metadata:
namespace: fas
spec:
ports:
- name: web
- name: dynamic
port: 8000
targetPort: 8000
- name: static
port: 8080
targetPort: 8080
selector: