apiVersion: extensions/v1beta1 kind: Deployment metadata: annotations: kompose.cmd: kompose -f ../docker-compose.yaml convert kompose.version: 1.10.0 (8bb0907) creationTimestamp: null labels: io.kompose.service: mongodb name: mongodb spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: io.kompose.service: mongodb spec: containers: - image: robotshop/rs-mongodb:0.2.2 name: mongodb ports: - containerPort: 27017 resources: {} restartPolicy: Always status: {}