forked from LaconicNetwork/kompose
* feat: add ns generation for k8s Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * feat: add ns generation for openshift Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * test: add functional tests Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * fix: remove some code nits Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> --------- Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
7 lines
70 B
YAML
7 lines
70 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
image: nginx
|
|
ports:
|
|
- 80:80
|