diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:35:39 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:35:39 +0100 |
commit | 13d7de5dab25c830deacf335bb704aed0e2db3a7 (patch) | |
tree | 7bf50c5c13ee8d1c9a881e70541db3ab7dba4bde /out/phase-1/dba-container | |
parent | 64c0fb097a6c9482460f1bebbcb393b617956ca3 (diff) | |
download | rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.gz rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.bz2 rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.xz rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.zip |
Adding back all apps
Diffstat (limited to 'out/phase-1/dba-container')
8 files changed, 60 insertions, 0 deletions
diff --git a/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml b/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml new file mode 100644 index 0000000..f26244d --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ci +image: 4tune-api +key: vimscore-ci/4tune-api +machineRole: app +name: 4tune-api +tag: development +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml b/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml new file mode 100644 index 0000000..a49e586 --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ci +image: 4tune-web +key: vimscore-ci/4tune-web +machineRole: app +name: 4tune-web +tag: development +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ci_mdb.yaml b/out/phase-1/dba-container/vimscore-ci_mdb.yaml new file mode 100644 index 0000000..f8983a7 --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_mdb.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ci +image: mongodb +key: vimscore-ci/mdb +machineRole: db +name: mdb +tag: '3.2' +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ci_pdb.yaml b/out/phase-1/dba-container/vimscore-ci_pdb.yaml new file mode 100644 index 0000000..81d0f47 --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_pdb.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ci +image: postgresql +key: vimscore-ci/pdb +machineRole: db +name: pdb +tag: '13' +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ci_statera-console.yaml b/out/phase-1/dba-container/vimscore-ci_statera-console.yaml new file mode 100644 index 0000000..974333b --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_statera-console.yaml @@ -0,0 +1,9 @@ +cluster: vimscore-ci +image: statera-console +key: vimscore-ci/statera-console +machineRole: app +name: statera-console +ports: +- 80 +tag: development +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ci_statera.yaml b/out/phase-1/dba-container/vimscore-ci_statera.yaml new file mode 100644 index 0000000..883dd2d --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ci_statera.yaml @@ -0,0 +1,9 @@ +cluster: vimscore-ci +image: statera +key: vimscore-ci/statera +machineRole: app +name: statera +ports: +- 8090 +tag: development +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ops_n8n.yaml b/out/phase-1/dba-container/vimscore-ops_n8n.yaml new file mode 100644 index 0000000..f82b4ba --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ops_n8n.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ops +image: n8n +key: vimscore-ops/n8n +machineRole: app +name: n8n +tag: 0.84.1 +type: dba-container diff --git a/out/phase-1/dba-container/vimscore-ops_pdb.yaml b/out/phase-1/dba-container/vimscore-ops_pdb.yaml new file mode 100644 index 0000000..6c3bad0 --- /dev/null +++ b/out/phase-1/dba-container/vimscore-ops_pdb.yaml @@ -0,0 +1,7 @@ +cluster: vimscore-ops +image: postgresql +key: vimscore-ops/pdb +machineRole: app +name: pdb +tag: '11' +type: dba-container |