oraculum: More shuffling
This commit is contained in:
parent
9cfa6fee08
commit
4c2bdfc12d
3 changed files with 15 additions and 17 deletions
|
@ -85,7 +85,7 @@
|
||||||
routename: packager-dashboard
|
routename: packager-dashboard
|
||||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: 5000-tcp
|
serviceport: 5000-tcp
|
||||||
servicename: packager-dashboard
|
servicename: oraculum-api-endpoint
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: oraculum
|
app: oraculum
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
name: packager-dashboard
|
name: oraculum-api-endpoint
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: 5000-tcp
|
- name: 5000-tcp
|
||||||
|
@ -13,14 +13,14 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
deploymentconfig: oraculum
|
deploymentconfig: oraculum-api-endpoint
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
name: packager-dashboard-redis
|
name: oraculum-redis
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: 6379-tcp
|
- name: 6379-tcp
|
||||||
|
@ -29,4 +29,4 @@ spec:
|
||||||
targetPort: 6379
|
targetPort: 6379
|
||||||
selector:
|
selector:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
deploymentconfig: oraculum
|
deploymentconfig: oraculum-redis
|
|
@ -4,7 +4,7 @@ kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
service: oraculum
|
service: oraculum-api-endpoint
|
||||||
name: oraculum-api-endpoint
|
name: oraculum-api-endpoint
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
@ -102,7 +102,6 @@ kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
service: oraculum
|
|
||||||
name: oraculum-worker
|
name: oraculum-worker
|
||||||
spec:
|
spec:
|
||||||
replicas: 1 # Change me to some biiig numba after you got me working
|
replicas: 1 # Change me to some biiig numba after you got me working
|
||||||
|
@ -183,7 +182,6 @@ kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
service: oraculum
|
|
||||||
name: oraculum-beat
|
name: oraculum-beat
|
||||||
spec:
|
spec:
|
||||||
replicas: 1 # Never change this to more or less than ONE!
|
replicas: 1 # Never change this to more or less than ONE!
|
||||||
|
@ -263,22 +261,22 @@ apiVersion: v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
service: packager-dashboard
|
service: oraculum-redis
|
||||||
name: packager-dashboard-redis
|
name: oraculum-redis
|
||||||
spec:
|
spec:
|
||||||
replicas: 1 # Never change this to more or less than ONE!
|
replicas: 1 # Never change this to more or less than ONE!
|
||||||
selector:
|
selector:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum-redis
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum-redis
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: packager-dashboard-redis
|
- name: oraculum-redis
|
||||||
image: packager-dashboard-redis:latest
|
image: packager-dashboard-redis:latest
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
|
@ -290,7 +288,7 @@ spec:
|
||||||
imageChangeParams:
|
imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
containerNames:
|
containerNames:
|
||||||
- packager-dashboard-redis
|
- oraculum-redis
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: packager-dashboard-redis:latest
|
name: packager-dashboard-redis:latest
|
Loading…
Add table
Add a link
Reference in a new issue