kompose/script/test/fixtures/etherpad
Alan Justino da Silva 30655b4dd6 Copy the service labels also to Deployment Pod spec annotations (#1166)
* Copy the service labels also to Deployment Pod spec annotations

This allows kube2iam to work

* Remove test file forgotten from version 1.0.0

* Update test fixtures to have Deployment.spec.t.m.annotations

* Fix name conversion "test_server" -> "test-server"

It looks unrelated to my changes, but still changing.

* Fixing some more output fixtures
2019-09-02 10:06:28 +08:00
..
docker-compose-no-image.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose-no-ports.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose.yml Added volume to mariadb in etherpad fixture 2016-11-17 13:02:49 +05:30
envs Functional Testing 2016-08-08 04:39:10 +00:00
output-k8s-template.json Copy the service labels also to Deployment Pod spec annotations (#1166) 2019-09-02 10:06:28 +08:00
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
README.md Functional Testing 2016-08-08 04:39:10 +00:00

Docker Compose Etherpad

Etherpad and Mariadb

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.