aboutsummaryrefslogtreecommitdiff
path: root/k8s
AgeCommit message (Collapse)AuthorFilesLines
2025-06-083.903.90chrislu1-2/+2
2025-06-023.89Chris Lu1-2/+2
2025-05-263.883.88chrislu1-1/+1
2025-05-26Fix sftp performances and add seaweedfs all-in-one deployment (#6792)Mohamed Sekour17-40/+773
* improve perfs & fix rclone & refactoring Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * improve perfs on download + add seaweedfs all-in-one deployment Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * use helper for topologySpreadConstraints and fix create home dir of sftp users Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * add missing ctx param Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
2025-05-16Helm chart - volume statefulset - volumeClaimTemplates - add apiVersion ↵Piotr Sawicki1-3/+9
and kind for better compatibility with argocd (#6793)
2025-05-05fix: remove blocking match label (#6760)Manuel Leonhardt1-1/+0
matchLabels are immutable. Thus, matching against the version, which changes with every release, blocks Helm upgrades. To resolve this, the label is removed. See [1] where this was similarly done. [1] https://github.com/seaweedfs/seaweedfs/pull/6090
2025-05-05Add SFTP Server Support (#6753)Mohamed Sekour8-8/+511
* Add SFTP Server Support Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix s3 tests and helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * increase helm chart version * adjust version --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2025-05-043.873.87chrislu1-2/+2
2025-03-17feature/add-cosi-resources (#6638)klinch03-2/+17
2025-03-13Fix typos and YAML syntax issues (#6628)Manuel Leonhardt4-6/+6
* chore: remove trailing colon Fixes a typo that might confuse users who simply uncomment or copy the example, leading them to encounter invalid YAML. * fix: using seaweedfs-s3-secret as default secret for COSI deployment The default secret name containing the seaweedfs_s3_config secret key is called "seaweedfs-s3-secret" throughout the configuration. This fix ensures the COSI driver deployment uses the same consistent name. * chore!: fix typo BREAKING CHANGE: Changes name of key in helm-values.
2025-03-03Revert "Removed unused certificate mounts from helm chart" (#6597)Chris Lu4-5/+40
Revert "Removed unused certificate mounts from helm chart (#6581)" This reverts commit 65b0a7cf83e78b2c24ca56377f8aac78d0fd3496.
2025-02-26Removed unused certificate mounts from helm chart (#6581)Warren Hodgkinson4-40/+5
2025-02-173.853.85chrislu1-2/+2
2025-02-13Helm: Support map format for image pull secrets (#6546)Gregor Tudan1-5/+8
Support map format for image pull secrets
2025-02-12fix helm: s3 allowEmptyFolder flag if (#6204) (#6206)jiawei wei2-2/+2
2025-02-033.84chrislu1-2/+2
2025-02-013.833.83chrislu1-2/+2
2025-01-23Update README.md - space for label creation (#6471)Marc MAURICE1-1/+1
2025-01-203.823.82chrislu1-2/+2
2025-01-16Add bucket's traffic metrics (#6444)Hadi Zamani1-17/+107
* Add bucket's traffic metrics * Add bucket traffic to dashboards * Fix bucket metrics help messages * Fix variable names
2025-01-063.813.81chrislu1-2/+2
2024-11-183.803.80chrislu1-2/+2
2024-11-15Add a loop to wait for master and filer services in post-install-bucket-hook ↵Omar Hamadeh1-2/+22
(#6240) Add a loop to wait for master and filer services before creating buckets
2024-11-08[helm] fix s3 servicemonitor label matching (#6218)Nathan Dorsey1-2/+2
2024-10-283.793.79chrislu1-2/+2
2024-10-273.783.78chrislu1-2/+2
2024-10-23[helm] Allow setting notification.toml config (#6159)Davide Calabrese3-0/+43
* [helm] Allow setting notification.toml config * [helm] Set notification config conditionally
2024-10-22typochrislu1-1/+1
2024-10-18Support specifying rack and dataCenter for filers in helm chart (#6144)Dominik Grygiel2-0/+10
2024-10-16feat: add resource annotations (#6134)oldgiova18-0/+79
2024-10-15Support topologySpreadConstraints in helm chart (#6132)Dominik Grygiel4-0/+27
2024-10-13Fix dataDirs.maxVolumes default value when not included in a values.yaml (#6119)rschnei871-1/+3
2024-10-103.773.77chrislu1-2/+2
2024-10-08feat: Add support for "custom" dataDirs type for volume server in kubernetes ↵Spencer Hachmeister2-0/+17
helm chart (#6094)
2024-10-063.763.76chrislu1-2/+2
2024-10-033.753.75chrislu1-2/+2
2024-10-03k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090)ayzatziko1-1/+0
2024-09-303.743.74chrislu1-2/+2
2024-09-27Bump COSI-driver version v0.1.2 (#6074)Andrei Kvapil1-1/+1
2024-09-17Bump chart version (#6033)Federico A. Corazza1-1/+1
* Update Chart.yaml * Update k8s/charts/seaweedfs/Chart.yaml --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2024-09-13helm chart: add s3 and s3-tls ports where missing (#6016)Erwan de Lépinau2-1/+13
2024-09-123.733.73chrislu1-1/+1
2024-09-09[Helm chart] use `/healthz` as default route in readiness/liveness (#5990)wangtao1-2/+2
feat: #1627 use `/healthz` as default route in readinessProbe/livenessProbe of volume server
2024-08-19Allow using a PVC to store filer and master logs - changes in values.yaml ↵Aniket Dubey1-0/+18
(#5918)
2024-08-183.723.72chrislu1-1/+1
2024-08-07Add volume-resize-hook (#5868)Andrei Kvapil2-0/+119
2024-08-05Add: COSI BucketClass and BucketAccessClass (#5863)Andrei Kvapil2-0/+17
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-08-05Fix: Resolve conflicts for deployment in diferent namespaces (#5862)Andrei Kvapil5-10/+10
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-08-02Fix secretName for seaweedfs-cosi-driver (#5850)Andrei Kvapil1-1/+1
2024-08-01Update COSI driver v0.1.1 (#5845)Andrei Kvapil3-2/+10
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>