oraculum: Cleanup of dc
This commit is contained in:
parent
cd6bdea34f
commit
699bed7b9a
1 changed files with 30 additions and 30 deletions
|
@ -73,18 +73,18 @@ spec:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: oraculum-secret
|
secretName: oraculum-secret
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 5000
|
port: 5000
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
@ -101,14 +101,14 @@ apiVersion: v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
service: packager-dashboard
|
service: oraculum
|
||||||
name: packager-dashboard-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
|
||||||
selector:
|
selector:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
recreateParams:
|
recreateParams:
|
||||||
|
@ -125,11 +125,11 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: packager-dashboard
|
- name: oraculum-worker
|
||||||
image: packager-dashboard:latest
|
image: packager-dashboard:latest
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
|
@ -176,7 +176,7 @@ spec:
|
||||||
imageChangeParams:
|
imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
containerNames:
|
containerNames:
|
||||||
- packager-dashboard
|
- oraculum-worker
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: packager-dashboard:latest
|
name: packager-dashboard:latest
|
||||||
|
@ -185,14 +185,14 @@ apiVersion: v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
service: packager-dashboard
|
service: oraculum
|
||||||
name: packager-dashboard-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!
|
||||||
selector:
|
selector:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
recreateParams:
|
recreateParams:
|
||||||
|
@ -209,11 +209,11 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: packager-dashboard
|
app: oraculum
|
||||||
deploymentconfig: packager-dashboard
|
deploymentconfig: oraculum
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: packager-dashboard
|
- name: oraculum-beat
|
||||||
image: packager-dashboard:latest
|
image: packager-dashboard:latest
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
|
@ -260,7 +260,7 @@ spec:
|
||||||
imageChangeParams:
|
imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
containerNames:
|
containerNames:
|
||||||
- packager-dashboard
|
- oraculum-beat
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: packager-dashboard:latest
|
name: packager-dashboard:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue