Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upload config to appserver chart #271

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

pvannierop
Copy link
Collaborator

This PR adds helm chart configuration for the new file upload endpoint of appserver.

@pvannierop pvannierop requested a review from keyvaann October 16, 2024 05:52
@pvannierop pvannierop self-assigned this Oct 16, 2024
Copy link

github-actions bot commented Oct 16, 2024

Great PR! Please pay attention to the following items before merging:

Files matching charts/*/values.yaml:

  • Is the PR adding a new container? Please reviewer, add it to the models (internal process)
  • Is the PR adding a new parameter? Please, ensure it’s documented in the README.md

This is an automatically generated QA checklist based on modified files.

@pvannierop pvannierop force-pushed the feature/appserver-upload-config branch 2 times, most recently from acd2ee1 to c5ae7a6 Compare October 16, 2024 06:02
@pvannierop pvannierop force-pushed the feature/appserver-upload-config branch from c5ae7a6 to e104604 Compare October 16, 2024 06:05
Copy link
Collaborator

@keyvaann keyvaann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments

# -- Secret key of the S3 storage
secret_key: secret
path:
# -- Prefix for the path in the storage; will become <bucket>/<prefix>/<project>/<subject>/<topic>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is a bit unclear to me.

# Settings for file storage
storage:
# -- Type of storage to use for file upload (s3)
type: s3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What other storage types are supported?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No other, only s3 at this time.

# -- Type of storage to use for file upload (s3)
type: s3
# -- Internal url to storage
url: http://minio-headless:9000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not yet implemented in the application. Should I add it to the helm chart already? Indeed region is missing and this explains the problems using AWS S3.

@pvannierop pvannierop requested a review from keyvaann October 16, 2024 13:50
Copy link
Collaborator

@keyvaann keyvaann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@keyvaann keyvaann merged commit 765954a into main Oct 16, 2024
5 checks passed
@keyvaann keyvaann deleted the feature/appserver-upload-config branch October 16, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants