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 7dc676e commit 8709a02
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions k8s/ietfweb/wagtail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ spec:
mountPath: /app/static
- name: www-media
mountPath: /app/media
- name: www-var
mountPath: /var
- name: www-run
mountPath: /run
- name: www-cfg
mountPath: /app/supervisord.conf
subPath: supervisord.conf
Expand Down Expand Up @@ -77,12 +73,6 @@ spec:
- name: www-static
emptyDir:
sizeLimit: "2Gi"
- name: www-var
emptyDir:
sizeLimit: "1Gi"
- name: www-run
emptyDir:
sizeLimit: "1Gi"
- name: www-cfg
configMap:
name: files-cfgmap
Expand Down

0 comments on commit 8709a02

Please sign in to comment.