Skip to content

Commit

Permalink
Merge pull request #732 from alphagov/samsimpson1/static-page-cache
Browse files Browse the repository at this point in the history
Use tmpdir for static page cache
  • Loading branch information
samsimpson1 authored Nov 15, 2022
2 parents 349f964 + be80950 commit e8e330d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/app-config/values-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,8 @@ govukApplications:
secretKeyRef:
name: rails-secret-key-base
key: SECRET_KEY_BASE
- name: USE_TMPDIR_PAGE_CACHE
value: "true"
- name: draft-static
repoName: static
helmValues:
Expand Down Expand Up @@ -1828,6 +1830,8 @@ govukApplications:
secretKeyRef:
name: rails-secret-key-base
key: SECRET_KEY_BASE
- name: USE_TMPDIR_PAGE_CACHE
value: "true"
- name: specialist-publisher
helmValues:
uploadAssets:
Expand Down

0 comments on commit e8e330d

Please sign in to comment.