c0e29c622c
update yaml to current deployment manifest defaults and try for more pairity between kube-deploy.yml and k8s-specifications
18 lines
234 B
YAML
18 lines
234 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: vote
|
|
name: vote
|
|
namespace: vote
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: "vote-service"
|
|
port: 5000
|
|
targetPort: 80
|
|
nodePort: 31000
|
|
selector:
|
|
app: vote
|
|
|