Commit 3cadc0d6 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added selector

parent 9cde2c8d
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: deployer
name: deployer
spec:
selector:
matchLabels:
io.kompose.service: deployer
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: manager
name: manager
spec:
selector:
matchLabels:
io.kompose.service: manager
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: mongo
name: mongo
spec:
selector:
matchLabels:
io.kompose.service: mongo
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: mysql
name: mysql
spec:
selector:
matchLabels:
io.kompose.service: mysql
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: planner
name: planner
spec:
selector:
matchLabels:
io.kompose.service: planner
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: provisioner
name: provisioner
spec:
selector:
matchLabels:
io.kompose.service: provisioner
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: semaphore
name: semaphore
spec:
selector:
matchLabels:
io.kompose.service: semaphore
replicas: 1
strategy: {}
template:
......
......@@ -9,6 +9,9 @@ metadata:
io.kompose.service: sure-tosca
name: sure-tosca
spec:
selector:
matchLabels:
io.kompose.service: sure-tosca
replicas: 1
strategy: {}
template:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment