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
|
routename: oraculum-api
|
||||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||||
path: "/api"
|
path: "/api"
|
||||||
serviceport: 8000-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: oraculum-api-endpoint
|
servicename: oraculum-api-endpoint
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
routename: oraculum-oidc-callback
|
routename: oraculum-oidc-callback
|
||||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||||
path: "/oidc_callback"
|
path: "/oidc_callback"
|
||||||
serviceport: 8000-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: oraculum-api-endpoint
|
servicename: oraculum-api-endpoint
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
|
|
|
@ -7,10 +7,10 @@ metadata:
|
||||||
name: oraculum-api-endpoint
|
name: oraculum-api-endpoint
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: 8000-tcp
|
- name: 8080-tcp
|
||||||
port: 8000
|
port: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8000
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
deploymentconfig: oraculum-api-endpoint
|
deploymentconfig: oraculum-api-endpoint
|
||||||
|
@ -58,7 +58,7 @@ spec:
|
||||||
- name: 8080-tcp
|
- name: 8080-tcp
|
||||||
port: 8080
|
port: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8000
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
deploymentconfig: oraculum-frontend
|
deploymentconfig: oraculum-frontend
|
|
@ -34,7 +34,7 @@ spec:
|
||||||
- name: oraculum-api-endpoint
|
- name: oraculum-api-endpoint
|
||||||
image: packager-dashboard:latest
|
image: packager-dashboard:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8080
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
# Database
|
# Database
|
||||||
|
@ -88,13 +88,13 @@ spec:
|
||||||
initialDelaySeconds: 45
|
initialDelaySeconds: 45
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8000
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
initialDelaySeconds: 45
|
initialDelaySeconds: 45
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8000
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
secret:
|
secret:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue