diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index ec57d80e..06d0341f 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n807.h2a372ea' + version: '0.1.0-n808.hbf9aacf' repository: https://devseed.com/osm-seed-chart/ diff --git a/values.production.template.yaml b/values.production.template.yaml index a0a2b96e..e1499e06 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -120,6 +120,8 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 + sharedMemorySize: 512Mi + # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ==================================================================================================== diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 922ee173..f158e085 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,6 +130,7 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 + sharedMemorySize: 128Mi # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ====================================================================================================