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
|
||||
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
|
||||
|
|
|
@ -8,7 +8,10 @@ metadata:
|
|||
namespace: fas
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
- name: dynamic
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
- name: static
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue