oraculum: Change service selectors to use oraculum
This commit is contained in:
parent
36f6938cc4
commit
9cfa6fee08
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: packager-dashboard
|
||||
app: oraculum
|
||||
name: packager-dashboard
|
||||
spec:
|
||||
ports:
|
||||
|
@ -12,14 +12,14 @@ spec:
|
|||
protocol: TCP
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: packager-dashboard
|
||||
deploymentconfig: packager-dashboard
|
||||
app: oraculum
|
||||
deploymentconfig: oraculum
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: packager-dashboard
|
||||
app: oraculum
|
||||
name: packager-dashboard-redis
|
||||
spec:
|
||||
ports:
|
||||
|
@ -28,5 +28,5 @@ spec:
|
|||
protocol: TCP
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app: packager-dashboard-redis
|
||||
deploymentconfig: packager-dashboard-redis
|
||||
app: oraculum
|
||||
deploymentconfig: oraculum
|
Loading…
Add table
Add a link
Reference in a new issue