Files
robot-shop/K8s/mongodb-deployment.yaml
2018-02-20 16:01:41 +00:00

28 lines
593 B
YAML

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f ../docker-compose.yaml
kompose.version: 1.8.0 (0c0c027)
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.0
name: mongodb
ports:
- containerPort: 27017
resources: {}
restartPolicy: Always
status: {}