Skip to content

Commit

Permalink
chore: Include PV for media in Helm chart (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp authored Apr 2, 2024
1 parent 9c62ccf commit 722378b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,18 @@ wagtail:
- name: settings-local-volume
configMap:
name: django-configmap
- name: media
hostPath:
path: /path-to/media

# Additional volumeMounts on the output Deployment definition.
volumeMounts:
- name: settings-local-volume
mountPath: /app/ietf/settings/local.py
subPath: local.py
readOnly: true
- name: media
mountPath: "/app/media"

tolerations: []

Expand Down

0 comments on commit 722378b

Please sign in to comment.