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

feat(minio): add MinIO support alongside AWS S3 #66

Merged
merged 16 commits into from
Sep 24, 2024
Merged

Conversation

electrosenpai
Copy link
Contributor

@electrosenpai electrosenpai commented Sep 10, 2024

  • Updated Chart.yaml to include MinIO as a conditional dependency
  • Modified api-deployment.yaml to dynamically set environment variables based on the chosen provider (AWS S3 or MinIO)
  • Adjusted values.yaml to include configuration options for MinIO, while keeping existing AWS S3 settings

- Updated Chart.yaml to include MinIO as a conditional dependency
- Modified api-deployment.yaml to dynamically set environment variables based on the chosen provider (AWS S3 or MinIO)
- Adjusted values.yaml to include configuration options for MinIO, while keeping existing AWS S3 settings
- Updated templates/minio.yaml to apply release-specific secrets for MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
- Modified values.yaml to configure MinIO as the S3 provider and to allow for dynamic resource naming using fullnameOverride
- Added MinIO support as an alternative to AWS S3 in
- Modified  to reflect new MinIO settings outside the S3 configuration
- Updated  with MinIO as a conditional dependency
- Removed  as it is no longer required
- Ensured proper environment variables for MinIO and AWS S3 are set dynamically
…e account, and secret management for MinIO integration
electrosenpai and others added 7 commits September 16, 2024 15:05
…chart

- Remove the `create-minio-bucket` init container since the MinIO chart now handles bucket creation via the `buckets` configuration.
- Update the `LAGO_AWS_S3_BUCKET` environment variable to use the name of the first bucket defined in `minio.buckets`.
- Enable MinIO in `values.yaml` by setting `enabled: true`.
- Add the (commented) bucket configuration in `values.yaml` with a note indicating that only the first bucket will be used.

This change simplifies deployment by leveraging the MinIO chart's built-in mechanism for bucket creation, eliminating the need for a custom script.
@electrosenpai electrosenpai marked this pull request as ready for review September 19, 2024 16:11
@electrosenpai electrosenpai changed the title WIP feat(minio): add MinIO support alongside AWS S3 feat(minio): add MinIO support alongside AWS S3 Sep 19, 2024
@electrosenpai electrosenpai merged commit 0e616ff into main Sep 24, 2024
1 check passed
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