ed313e4f2e
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
8 lines
116 B
YAML
8 lines
116 B
YAML
apiVersion: v1beta1
|
|
containerPort: 8773
|
|
id: nova-ec2-api
|
|
kind: Service
|
|
port: 8773
|
|
selector:
|
|
name: nova-controller
|