Skip to content

Update Helm charts with hyrax mount paths #31

@orangewolf

Description

@orangewolf

If the --hyrax flag is passed to stack_car, the following volumeMounts configuration needs to be applied:

  • templates/chart/templates/web-deploy.yaml
  • templates/chart-sidekiq/sidekiq-deploy.yaml

The mount paths key needs to use the standard hyrax-webapp dirs. In spec.containers:

          volumeMounts:
            - mountPath: /app/samvera/hyrax-webapp/tmp/imports
              name: shared
              subPath: import_path
            - mountPath: /app/samvera/hyrax-webapp/tmp/exports
              name: shared
              subPath: export_path
            - mountPath: /app/samvera/hyrax-webapp/tmp/derivatives
              name: shared
              subPath: derivatives_path
            - mountPath: /app/samvera/hyrax-webapp/tmp/network_files
              name: shared
              subPath: network_files
            - mountPath: /app/samvera/hyrax-webapp/public/uploads
              name: shared
              subPath: uploads
            - mountPath: /app/samvera/hyrax-webapp/public/assets
              name: shared
              subPath: assets
            - mountPath: /app/samvera/hyrax-webapp/public/branding
              name: shared
              subPath: branding

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions