Skip to content

Commit

Permalink
build(k8): Make /var/www/.cache writable (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jan 29, 2025
1 parent b01984f commit d86d1c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/author-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
mountPath: /tmp/cache/xml2rfc
- name: at-idnits
mountPath: /var/www/.idnits
- name: at-cache
mountPath: /var/www/.cache
- name: at-app-tmp
mountPath: /usr/src/app/tmp
env:
Expand Down Expand Up @@ -88,6 +90,9 @@ spec:
- name: at-idnits
emptyDir:
sizeLimit: "1Gi"
- name: at-cache
emptyDir:
sizeLimit: "1Gi"
- name: at-app-tmp
emptyDir:
sizeLimit: "4Gi"
Expand Down

0 comments on commit d86d1c1

Please sign in to comment.