Skip to content

Commit

Permalink
Merge pull request #244 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Adding Shared memory for web container
  • Loading branch information
Ruben L. Mendoza authored Nov 14, 2023
2 parents b60c3db + baaf61a commit ffe2d5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 2 additions & 0 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ osm-seed:
minReplicas: 2
maxReplicas: 10
cpuUtilization: 80
sharedMemorySize: 512Mi

# ====================================================================================================
# Variables for memcached. Memcached is used to store session cookies
# ====================================================================================================
Expand Down
1 change: 1 addition & 0 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ osm-seed:
minReplicas: 2
maxReplicas: 10
cpuUtilization: 80
sharedMemorySize: 128Mi
# ====================================================================================================
# Variables for memcached. Memcached is used to store session cookies
# ====================================================================================================
Expand Down

0 comments on commit ffe2d5b

Please sign in to comment.