Skip to content

Commit

Permalink
fix: Add volume mounts for static and media
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 4, 2024
1 parent 9a04c09 commit 32925bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k8s/ietfweb/ietfweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
mountPath: /a
- name: www-tmp
mountPath: /tmp
- name: www-static
mountPath: /app/static
- name: www-media
mountPath: /app/media
- name: www-supervisor-cfg
mountPath: /app/supervisord.conf
subPath: supervisord.conf
Expand Down Expand Up @@ -62,6 +66,10 @@ spec:
- name: www-tmp
emptyDir:
sizeLimit: "2Gi"
- name: www-static
emptyDir:
sizeLimit: "2Gi"
- name: www-media
- name: www-cfg
configMap:
name: files-cfgmap
Expand Down

0 comments on commit 32925bc

Please sign in to comment.