Skip to content

Conversation

@jessebot
Copy link
Contributor

@jessebot jessebot commented Jan 5, 2025

Adds the following parameters for setting specific S3 buckets for PeerTube

peertube:
  s3:
    # -- s3 bucket for peertube to store streaming playlists
    streaming_playlists_bucket: ""
    # -- s3 bucket for peertube to store web videos
    web_videos_bucket: ""
    # -- s3 bucket for peertube to store user exports
    user_exports_bucket: ""
    # -- s3 bucket for peertube to store original video files
    original_video_files_bucket: ""
    # -- secret access key id for connecting to s3
    existingSecretKeys:
      # -- key in existing secret for s3 bucket for streaming playlists
      streaming_playlists_bucket: ""
      # -- key in existing secret for s3 bucket for web videos
      web_videos_bucket: ""
      # -- key in existing secret for s3 bucket for user exports
      user_exports_bucket: ""
      # -- key in existing secret for s3 bucket for original video files
      original_video_files_bucket: ""

…eo files buckets as configurable values for this helm chart
@jessebot jessebot self-assigned this Jan 5, 2025
@jessebot jessebot requested a review from cloudymax January 5, 2025 14:14
Copy link
Collaborator

@cloudymax cloudymax left a comment

Choose a reason for hiding this comment

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

great job!

@cloudymax cloudymax merged commit 31e1fdb into main Jan 5, 2025
1 check passed
@cloudymax cloudymax deleted the allow-bucket-configuration branch January 5, 2025 14:15
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.

3 participants