oraculum: revert port changes
This commit is contained in:
parent
7c7da8beda
commit
60c3c45b97
3 changed files with 9 additions and 9 deletions
|
@ -85,7 +85,7 @@
|
|||
routename: oraculum-api
|
||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||
path: "/api"
|
||||
serviceport: 8000-tcp
|
||||
serviceport: 8080-tcp
|
||||
servicename: oraculum-api-endpoint
|
||||
|
||||
- role: openshift/route
|
||||
|
@ -93,7 +93,7 @@
|
|||
routename: oraculum-oidc-callback
|
||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||
path: "/oidc_callback"
|
||||
serviceport: 8000-tcp
|
||||
serviceport: 8080-tcp
|
||||
servicename: oraculum-api-endpoint
|
||||
|
||||
- role: openshift/route
|
||||
|
|
|
@ -7,10 +7,10 @@ metadata:
|
|||
name: oraculum-api-endpoint
|
||||
spec:
|
||||
ports:
|
||||
- name: 8000-tcp
|
||||
port: 8000
|
||||
- name: 8080-tcp
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8000
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: oraculum
|
||||
deploymentconfig: oraculum-api-endpoint
|
||||
|
@ -58,7 +58,7 @@ spec:
|
|||
- name: 8080-tcp
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8000
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: oraculum
|
||||
deploymentconfig: oraculum-frontend
|
|
@ -34,7 +34,7 @@ spec:
|
|||
- name: oraculum-api-endpoint
|
||||
image: packager-dashboard:latest
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
env:
|
||||
# Database
|
||||
|
@ -88,13 +88,13 @@ spec:
|
|||
initialDelaySeconds: 45
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8000
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 30
|
||||
initialDelaySeconds: 45
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8000
|
||||
port: 8080
|
||||
volumes:
|
||||
- name: oraculum-secret-volume
|
||||
secret:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue