forked from LaconicNetwork/kompose
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:
+1
-1
@@ -30,4 +30,4 @@ services:
|
||||
redis:
|
||||
image: swordphilic/redis
|
||||
ports:
|
||||
- "$REDIS_PORT"
|
||||
- $REDIS_PORT
|
||||
|
||||
+8
-8
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user