kompose/script/test/fixtures/gitlab
Abhishek 55ad1d9b1f delete objects based on label
This PR uses the "SelectorFromSet()" function which takes alabel or
selector as an argument returns all the object that uses that label or
selector. Once we get the object that uses a particular label we can
further do the delete operation on them. This is similar to "kubectl
delete <object> --selector=<key>=<value>". Also the label has been
modified from service to io.kompose.service.
2017-03-24 00:31:33 +05:30
..
docker-compose.yml Functional Testing 2016-08-08 04:39:10 +00:00
envs Functional Testing 2016-08-08 04:39:10 +00:00
output-k8s.json delete objects based on label 2017-03-24 00:31:33 +05:30
output-os.json delete objects based on label 2017-03-24 00:31:33 +05:30
README.md Functional Testing 2016-08-08 04:39:10 +00:00

Gitlab

Gitlab, Postgresql, Redis

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.