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

28 lines
589 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: mysql
name: mysql
spec:
replicas: 1
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: mysql
spec:
containers:
- image: robotshop/rs-shipping-db:0.2.2
name: mysql
ports:
- containerPort: 3306
resources: {}
restartPolicy: Always
status: {}