26 lines
553 B
YAML
26 lines
553 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: dispatch
|
|
name: dispatch
|
|
spec:
|
|
replicas: 1
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: dispatch
|
|
spec:
|
|
containers:
|
|
- image: robotshop/rs-dispatch:0.2.2
|
|
name: dispatch
|
|
resources: {}
|
|
restartPolicy: Always
|
|
status: {}
|