Browse Source

Merge pull request #33 from gabemontero/moveTo512Mi

bump all template mem limits to 512 Mi
pull/35/head
Ben Parees 9 years ago
parent
commit
3ccf971bfc
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +1
    -1
      openshift/templates/django.json

+ 2
- 2
openshift/templates/django-postgresql.json View File

@ -341,13 +341,13 @@
"name": "MEMORY_LIMIT",
"displayName": "Memory limit",
"description": "Maximum amount of memory the Django container can use",
"value": "128Mi"
"value": "512Mi"
},
{
"name": "MEMORY_POSTGRESQL_LIMIT",
"displayName": "Memory limit",
"description": "Maximum amount of memory the PostgreSQL container can use",
"value": "128Mi"
"value": "512Mi"
},
{
"name": "SOURCE_REPOSITORY_URL",


+ 1
- 1
openshift/templates/django.json View File

@ -227,7 +227,7 @@
"name": "MEMORY_LIMIT",
"displayName": "Memory limit",
"description": "Maximum amount of memory the container can use",
"value": "128Mi"
"value": "512Mi"
},
{
"name": "SOURCE_REPOSITORY_URL",


Loading…
Cancel
Save