fas: update service and routes with new names
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
67a0f616b2
commit
8d3b24ba2f
2 changed files with 12 additions and 2 deletions
|
@ -57,7 +57,14 @@
|
||||||
routename: fas
|
routename: fas
|
||||||
host: "admin{{ env_suffix }}.fedoraproject.org"
|
host: "admin{{ env_suffix }}.fedoraproject.org"
|
||||||
path: "/accounts"
|
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
|
servicename: fas
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: fas
|
app: fas
|
||||||
|
|
|
@ -8,7 +8,10 @@ metadata:
|
||||||
namespace: fas
|
namespace: fas
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: dynamic
|
||||||
|
port: 8000
|
||||||
|
targetPort: 8000
|
||||||
|
- name: static
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue