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

feature: add nextcloud.objectStore.s3 section in the values.yaml #477

Closed
jessebot opened this issue Nov 19, 2023 · 0 comments · Fixed by #464
Closed

feature: add nextcloud.objectStore.s3 section in the values.yaml #477

jessebot opened this issue Nov 19, 2023 · 0 comments · Fixed by #464
Labels
enhancement New feature or request Persistence Anything to do with external storage or persistence. This is also where we triage things like NFS.

Comments

@jessebot
Copy link
Collaborator

jessebot commented Nov 19, 2023

Perhaps it makes sense to have a nextcloud.objectStore.s3 section in the values.yaml like (maybe in a second PR as I'd need to play with the deployment template and add an s3 secret):

nextcloud:
  objectStore:
    s3:
      enabled: true
      # ignored if nextcloud.objectstore.s3.existingSecret is not empty string
      accessKey: ""
      # ignored if nextcloud.objectstore.s3.existingSecret is not empty string
      secretKey: ""
      # only required if you're not using AWS
      endpoint: ""
      # default port that can be changed based on your object store, e.g. for minio, you can use 9000
      port: "443"
      # this is the default in the nextcloud docs
      region: "eu-west-1"
      bucket: ""
      ssl: true
      # set to true if you are not using DNS for your buckets.
      usePathStyle: false
      existingSecret: ""

Originally posted by @jessebot in #464 (comment)

@jessebot jessebot changed the title add nextcloud.objectStore.s3 section in the values.yaml feature: add nextcloud.objectStore.s3 section in the values.yaml Nov 20, 2023
@jessebot jessebot added enhancement New feature or request Persistence Anything to do with external storage or persistence. This is also where we triage things like NFS. labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Persistence Anything to do with external storage or persistence. This is also where we triage things like NFS.
Projects
None yet
1 participant