summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-26 10:13:02 -0400
committerScott Dodson <sdodson@redhat.com>2016-07-26 10:13:02 -0400
commite05e6eafbf50761fdc67148162ef9a0fe2c2cfb0 (patch)
tree6b2d7ad9e20fbb88dc2152e6e7e221a0295ce130 /roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json
parentf78aae0217ce555146a5818a9b45d4a8ec244b0f (diff)
downloadopenshift-e05e6eafbf50761fdc67148162ef9a0fe2c2cfb0.tar.gz
openshift-e05e6eafbf50761fdc67148162ef9a0fe2c2cfb0.tar.bz2
openshift-e05e6eafbf50761fdc67148162ef9a0fe2c2cfb0.tar.xz
openshift-e05e6eafbf50761fdc67148162ef9a0fe2c2cfb0.zip
xPaaS v1.3.2 release
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json b/roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json
index 55a68db40..da8015fb0 100644
--- a/roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json
+++ b/roles/openshift_examples/files/examples/v1.2/xpaas-templates/datagrid65-postgresql.json
@@ -6,13 +6,13 @@
"iconClass": "icon-jboss",
"description": "Application template for JDG 6.5 and PostgreSQL applications built using.",
"tags": "datagrid,jboss,xpaas",
- "version": "1.2.0"
+ "version": "1.3.2"
},
"name": "datagrid65-postgresql"
},
"labels": {
"template": "datagrid65-postgresql",
- "xpaas": "1.2.0"
+ "xpaas": "1.3.2"
},
"parameters": [
{
@@ -698,6 +698,10 @@
"value": "${POSTGRESQL_MAX_CONNECTIONS}"
},
{
+ "name": "POSTGRESQL_MAX_PREPARED_TRANSACTIONS",
+ "value": "${POSTGRESQL_MAX_CONNECTIONS}"
+ },
+ {
"name": "POSTGRESQL_SHARED_BUFFERS",
"value": "${POSTGRESQL_SHARED_BUFFERS}"
}