Files
robot-shop/K8s/descriptors/mongodb-deployment.yaml

28 lines
594 B
YAML
Raw Normal View History

2018-01-31 10:12:36 +00:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
2018-03-14 10:46:24 +00:00
kompose.cmd: kompose -f ../docker-compose.yaml convert
2018-03-13 14:46:42 +00:00
kompose.version: 1.10.0 (8bb0907)
2018-01-31 10:12:36 +00:00
creationTimestamp: null
labels:
io.kompose.service: mongodb
name: mongodb
spec:
replicas: 1
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: mongodb
spec:
containers:
2018-03-14 10:46:24 +00:00
- image: robotshop/rs-mongodb:0.2.2
2018-01-31 10:12:36 +00:00
name: mongodb
ports:
- containerPort: 27017
resources: {}
restartPolicy: Always
status: {}