You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
369 B
20 lines
369 B
6 years ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: kompose convert --file docker-stack-k8s.yml
|
||
|
kompose.version: 1.11.0 (39ad614)
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
io.kompose.service: vote
|
||
|
name: vote
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- port: 5000
|
||
|
targetPort: 80
|
||
|
selector:
|
||
|
io.kompose.service: vote
|
||
|
status:
|
||
|
loadBalancer: {}
|