Commit 827cb249 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed version and selector

parent c17fa743
apiVersion: extensions/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
namespace: conf namespace: conf
...@@ -10,6 +10,9 @@ metadata: ...@@ -10,6 +10,9 @@ metadata:
io.kompose.service: mongo-express io.kompose.service: mongo-express
name: mongo-express name: mongo-express
spec: spec:
selector:
matchLabels:
io.kompose.service: mongo-express
replicas: 1 replicas: 1
strategy: {} strategy: {}
template: 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