Skip to content

Commit

Permalink
Merge pull request #3 from ministryofjustice/shm-increase
Browse files Browse the repository at this point in the history
Increased SHM size by mounting a volume
  • Loading branch information
Alejandro Garrido Mota committed Apr 30, 2020
2 parents 95339f9 + 171d242 commit 559435c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ controller:
podAnnotations: {}
nodeSelector: {}

extraVolumeMounts:
- name: shared-memory
mountPath: /dev/shm

extraVolumes:
- name: shared-memory
emptyDir:
medium: Memory

defaultBackend:
enabled: true

Expand Down

0 comments on commit 559435c

Please sign in to comment.