forked from LaconicNetwork/kompose
if a user specifies a docker-compose service with restart value as "no" or "on-failure" then normal pod will be created as against to a controller and a pod.
10 lines
118 B
YAML
10 lines
118 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
image: "foobar"
|
|
restart: "on-failure"
|
|
environment:
|
|
GITHUB: surajssd
|
|
|