Skip to content

Commit

Permalink
fixup! feat: Expose I-Ds
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 10, 2024
1 parent 262ece5 commit 9ce8bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/ietfweb/wagtail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
mountPath: /a
- name: www-tmp
mountPath: /tmp
- name: www-nginx
mountPath: /var/lib/nginx
- name: www-static
mountPath: /app/static
- name: www-media
Expand Down Expand Up @@ -67,6 +69,9 @@ spec:
- name: www-tmp
emptyDir:
sizeLimit: "1Gi"
- name: www-nginx
emptyDir:
sizeLimit: "1Gi"
- name: www-static
emptyDir:
sizeLimit: "2Gi"
Expand Down

0 comments on commit 9ce8bee

Please sign in to comment.