Merge "Add kube services"
This commit is contained in:
commit
4ab92d26e6
7
k8s/service/nova-api-service.yaml
Normal file
7
k8s/service/nova-api-service.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1beta1
|
||||
containerPort: 8774
|
||||
id: nova-api
|
||||
kind: Service
|
||||
port: 8774
|
||||
selector:
|
||||
name: nova-controller
|
7
k8s/service/nova-ec2-api-service.yaml
Normal file
7
k8s/service/nova-ec2-api-service.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1beta1
|
||||
containerPort: 8773
|
||||
id: nova-ec2-api
|
||||
kind: Service
|
||||
port: 8773
|
||||
selector:
|
||||
name: nova-controller
|
7
k8s/service/nova-metadata-api-service.yaml
Normal file
7
k8s/service/nova-metadata-api-service.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1beta1
|
||||
containerPort: 8775
|
||||
id: nova-metadata-api
|
||||
kind: Service
|
||||
port: 8775
|
||||
selector:
|
||||
name: nova-controller
|
Loading…
x
Reference in New Issue
Block a user