Add kube services

Add kubernetes services so that the nova controller
can use the ports 8773, 8774, and 8775, which correspond with
nova-api, nova-ec2-api, and metadata-api.

Change-Id: Idb083e2e0745c6587f9fa4f01a068727a435c2c6
This commit is contained in:
Ryan Hallisey 2014-10-14 14:12:00 +00:00
parent cd13790136
commit ed313e4f2e
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v1beta1
containerPort: 8774
id: nova-api
kind: Service
port: 8774
selector:
name: nova-controller

View File

@ -0,0 +1,7 @@
apiVersion: v1beta1
containerPort: 8773
id: nova-ec2-api
kind: Service
port: 8773
selector:
name: nova-controller

View File

@ -0,0 +1,7 @@
apiVersion: v1beta1
containerPort: 8775
id: nova-metadata-api
kind: Service
port: 8775
selector:
name: nova-controller