parameterize the db image name

This commit is contained in:
Ben Parees 2015-07-31 14:09:50 -04:00
parent a51feaedf6
commit b5f15113d7
1 changed files with 6 additions and 1 deletions

View File

@ -249,7 +249,7 @@
"containers": [
{
"name": "postgresql",
"image": "openshift/postgresql-92-centos7",
"image": "${POSTGRESQL_IMAGE}",
"ports": [
{
"containerPort": 5432
@ -327,6 +327,11 @@
"generate": "expression",
"from": "[a-zA-Z0-9]{16}"
},
{
"name": "POSTGRESQL_IMAGE",
"description": "Image to use for postgresql",
"value": "openshift/postgresql-92-centos7"
},
{
"name": "APP_CONFIG",
"description": "Relative path to Gunicorn configuration file (optional)"