From 671826e060032596ab2e112786eb0913f3031034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 2 Feb 2019 12:40:29 +0100 Subject: [PATCH] Bundle all configuration in one folder staging/ --- .gitignore | 2 +- {config => staging/config}/.gitignore | 0 {config => staging/config}/backend.yml | 0 {config => staging/config}/neo4j.yml | 0 {config => staging/config}/web.yml | 0 {deployments => staging/deployments}/backend.yml | 0 {deployments => staging/deployments}/db-migration-worker.yml | 0 {deployments => staging/deployments}/neo4j.yml | 0 {deployments => staging/deployments}/web.yml | 0 namespace-staging.yml => staging/namespace-staging.yml | 0 {services => staging/services}/backend.yml | 0 {services => staging/services}/neo4j.yml | 0 {services => staging/services}/web.yml | 0 {volumes => staging/volumes}/mongo-export.yml | 1 - {volumes => staging/volumes}/uploads.yml | 1 - 15 files changed, 1 insertion(+), 3 deletions(-) rename {config => staging/config}/.gitignore (100%) rename {config => staging/config}/backend.yml (100%) rename {config => staging/config}/neo4j.yml (100%) rename {config => staging/config}/web.yml (100%) rename {deployments => staging/deployments}/backend.yml (100%) rename {deployments => staging/deployments}/db-migration-worker.yml (100%) rename {deployments => staging/deployments}/neo4j.yml (100%) rename {deployments => staging/deployments}/web.yml (100%) rename namespace-staging.yml => staging/namespace-staging.yml (100%) rename {services => staging/services}/backend.yml (100%) rename {services => staging/services}/neo4j.yml (100%) rename {services => staging/services}/web.yml (100%) rename {volumes => staging/volumes}/mongo-export.yml (84%) rename {volumes => staging/volumes}/uploads.yml (84%) diff --git a/.gitignore b/.gitignore index 32cfb3b9e..8a42d3602 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*secrets*.yml +*secrets.yml diff --git a/config/.gitignore b/staging/config/.gitignore similarity index 100% rename from config/.gitignore rename to staging/config/.gitignore diff --git a/config/backend.yml b/staging/config/backend.yml similarity index 100% rename from config/backend.yml rename to staging/config/backend.yml diff --git a/config/neo4j.yml b/staging/config/neo4j.yml similarity index 100% rename from config/neo4j.yml rename to staging/config/neo4j.yml diff --git a/config/web.yml b/staging/config/web.yml similarity index 100% rename from config/web.yml rename to staging/config/web.yml diff --git a/deployments/backend.yml b/staging/deployments/backend.yml similarity index 100% rename from deployments/backend.yml rename to staging/deployments/backend.yml diff --git a/deployments/db-migration-worker.yml b/staging/deployments/db-migration-worker.yml similarity index 100% rename from deployments/db-migration-worker.yml rename to staging/deployments/db-migration-worker.yml diff --git a/deployments/neo4j.yml b/staging/deployments/neo4j.yml similarity index 100% rename from deployments/neo4j.yml rename to staging/deployments/neo4j.yml diff --git a/deployments/web.yml b/staging/deployments/web.yml similarity index 100% rename from deployments/web.yml rename to staging/deployments/web.yml diff --git a/namespace-staging.yml b/staging/namespace-staging.yml similarity index 100% rename from namespace-staging.yml rename to staging/namespace-staging.yml diff --git a/services/backend.yml b/staging/services/backend.yml similarity index 100% rename from services/backend.yml rename to staging/services/backend.yml diff --git a/services/neo4j.yml b/staging/services/neo4j.yml similarity index 100% rename from services/neo4j.yml rename to staging/services/neo4j.yml diff --git a/services/web.yml b/staging/services/web.yml similarity index 100% rename from services/web.yml rename to staging/services/web.yml diff --git a/volumes/mongo-export.yml b/staging/volumes/mongo-export.yml similarity index 84% rename from volumes/mongo-export.yml rename to staging/volumes/mongo-export.yml index 1fb537e5c..563a9cfe6 100644 --- a/volumes/mongo-export.yml +++ b/staging/volumes/mongo-export.yml @@ -10,4 +10,3 @@ resources: requests: storage: 1Gi - storageClassName: do-block-storage diff --git a/volumes/uploads.yml b/staging/volumes/uploads.yml similarity index 84% rename from volumes/uploads.yml rename to staging/volumes/uploads.yml index 3a9dfcdad..a48d28ddc 100644 --- a/volumes/uploads.yml +++ b/staging/volumes/uploads.yml @@ -10,4 +10,3 @@ resources: requests: storage: 8Gi - storageClassName: do-block-storage