Files
robot-shop/K8s/descriptors/mongodb-deployment.yaml
Steve Waterworth 535dd40eb6 tidy up environment
2018-03-14 10:46:24 +00:00

28 lines
594 B
YAML

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: {}