Initial commit 33/33/1
authorMarco Tallskog <marco.tallskog@nokia.com>
Thu, 4 Apr 2019 11:15:24 +0000 (14:15 +0300)
committerMarco Tallskog <marco.tallskog@nokia.com>
Thu, 4 Apr 2019 11:18:24 +0000 (14:18 +0300)
commit22edf30ca0ef3ffca2fdb5a44308d828494eee7b
treed050aa259a111746fe08787316c2d17e25bd2ac6
parent5d728adec6863d985d6b6fffc581909424792503
Initial commit

Change-Id: Ia3c105ab233c474abd2eb1a8af0310412fea3d0a
Signed-off-by: Marco Tallskog <marco.tallskog@nokia.com>
13 files changed:
LICENSES.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
charts/dbaas-service/Chart.yaml [new file with mode: 0644]
charts/dbaas-service/templates/deployment.yaml [new file with mode: 0644]
charts/dbaas-service/templates/service.yaml [new file with mode: 0644]
charts/dbaas-service/values.yaml [new file with mode: 0644]
charts/dbaas-test/Chart.yaml [new file with mode: 0644]
charts/dbaas-test/templates/deployment.yaml [new file with mode: 0644]
charts/dbaas-test/values.yaml [new file with mode: 0644]
docker/Dockerfile.redis [new file with mode: 0644]
docker/Dockerfile.testapp [new file with mode: 0644]
testapplication/go/sdl/sdl.go [new file with mode: 0644]
testapplication/go/testapp.go [new file with mode: 0644]