Skip to content

Commit

Permalink
Add values for shared memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 14, 2023
1 parent e1fbc98 commit baaf61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ osm-seed:
minReplicas: 2
maxReplicas: 10
cpuUtilization: 80
sharedMemorySize: 1Mi
sharedMemorySize: 128Mi
# ====================================================================================================
# Variables for memcached. Memcached is used to store session cookies
# ====================================================================================================
Expand Down

0 comments on commit baaf61a

Please sign in to comment.