update created artifacts for k8s and openshift

update created artifacts for kubernetes and openshift so that env variables are populated in a particular order
This commit is contained in:
Abhishek
2017-06-16 12:35:27 +05:30
parent f823a22e64
commit c8881f5aa4
6 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ services:
redis:
image: swordphilic/redis
ports:
- "$REDIS_PORT"
- $REDIS_PORT
+8 -8
View File
@@ -127,10 +127,6 @@
}
],
"env": [
{
"name": "REDIS_PORT",
"value": "6379"
},
{
"name": "DB_HOST",
"value": "postgresql"
@@ -158,6 +154,10 @@
{
"name": "REDIS_HOST",
"value": "redis"
},
{
"name": "REDIS_PORT",
"value": "6379"
}
],
"resources": {}
@@ -200,10 +200,6 @@
}
],
"env": [
{
"name": "DB_USER",
"value": "gitlab"
},
{
"name": "DB_NAME",
"value": "gitlab"
@@ -211,6 +207,10 @@
{
"name": "DB_PASS",
"value": "gitlab"
},
{
"name": "DB_USER",
"value": "gitlab"
}
],
"resources": {}