IvanHunters
e5521673eb
Helm Charts: add certificate duration and renewBefore options ( #7563 )
* Helm Charts: add certificate duration and renewBefore options
Signed-off-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net>
* use .Values.global.certificates instead
certificates ca
---------
Signed-off-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net>
Co-authored-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
1 week ago
Chris Lu
75d593d7fa
use .Values.global.certificates instead
certificates ca
1 week ago
Chris Lu
f00cd38393
certificates ca
1 week ago
Chris Lu
3ae05b072a
use .Values.global.certificates instead
1 week ago
Chris Lu
7e15a4abe2
4.01
1 week ago
Federico A. Corazza
17b23f61e1
Don't make nginx the default ingress controller ( #7436 )
1 month ago
chrislu
43cdd22133
4.00
1 month ago
chrislu
20a2e672d2
4.00
1 month ago
Guilherme Moreira Rodrigues
db35159a41
[Helm Chart] add missing apiVersion and kind in PVC templates for better compatibility with GitOps tools ( #7408 )
* fix: add missing apiVersion and kind in PVC templates
* fix: correct PVC template condition in SeaweedFS filer StatefulSet
1 month ago
chrislu
f82c69b9a5
revert back s3 in helm chart to false
fix https://github.com/seaweedfs/seaweedfs/issues/7375
1 month ago
chrislu
4b76b2ad3c
fix lint
1 month ago
chrislu
838e3104c4
3.99
1 month ago
chrislu
bcdbc461b3
address comments
1 month ago
chrislu
e4076dad9a
add probe for workers
1 month ago
chrislu
cee8969bd1
supports Kubernetes versions from v1.14 to v1.30+, ensuring broad compatibility
1 month ago
chrislu
6050e0c3aa
address comments
1 month ago
chrislu
a450055fed
address comments
1 month ago
Chris Lu
c5264bf933
Update k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
chrislu
c5b345febe
Update README.md
1 month ago
chrislu
c5b0b2b003
purge
1 month ago
chrislu
522d933b2f
address comments
1 month ago
chrislu
04f2ea1c70
address comments
1 month ago
chrislu
69868a599b
removed the duplicate admin-deployment.yaml
1 month ago
chrislu
8400e10242
workers are stateless, admin is stateful
1 month ago
chrislu
fb4cedd5a7
lint
1 month ago
chrislu
2dee9b217c
add admin and worker to helm charts
1 month ago
Chris Lu
d3095f0c2a
3.98
2 months ago
Philipp Kraus
bf29963f75
ingress config ( #7319 )
* ingress config
* fixing issues
* prefix path type
For the S3 ingress path /, using pathType: Prefix is more explicit and standard-compliant for matching all subpaths. While ImplementationSpecific might work similarly with your current Ingress controller (often defaulting to a prefix match when use-regex is not enabled), Prefix clearly states the intent and improves portability across different Ingress controllers.
---------
Co-authored-by: Philipp Kraus <philipp.kraus@flashpixx.de>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
2 months ago
Dennis Witt
8fe14d1368
fix(helm): set securitycontext for idx move initcontainer if enabled ( #7331 )
2 months ago
Andrei Kvapil
d0a338684c
Helm: allow specifying extraArgs for s3 ( #7294 )
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2 months ago
Chris Lu
8ed1b104ce
WEED_CLUSTER_SW_* Environment Variables should not be passed to allIn… ( #7217 )
* WEED_CLUSTER_SW_* Environment Variables should not be passed to allInOne config
* address comment
* address comments
Fixed filtering logic: Replaced specific key matching with regex patterns that catch ALL WEED_CLUSTER_*_MASTER and WEED_CLUSTER_*_FILER variables:
}
Corrected merge precedence: Fixed the merge order so global environment variables properly override allInOne variables:
* refactoring
3 months ago
chrislu
b3a401d9f9
setting the nodeSelector defaults to empty for all components, so pods can schedule on any compatible node architecture.
fix https://github.com/seaweedfs/seaweedfs/issues/7215
3 months ago
David Jansen
63f4bc64a3
fix: helm chart with COSI deployment enabled breaks on helm upgrade ( #7201 )
the `helm.sh/chart` line with the changing version number breaks helm upgrades to due to `matchLabels` being immutable.
drop the offending line as it does not belong into the `matchLabels`
3 months ago
Benjamin Reed
b3b1316b54
fix missing support for .Values.global.repository ( #7195 )
* fix missing support for .Values.global.repository
* rework based on gemini feedback to handle repository+imageName more cleanly
* use base rather than last + splitList
3 months ago
Cristian Chiru
e030530aab
Fix volume annotations in volume-servicemonitor.yaml ( #7193 )
* Update volume annotations in servicemonitor.yaml
* Idiomatic annotations handling in volume-servicemonitor.yaml
3 months ago
chrislu
4569875a49
3.97
3 months ago
Chris Lu
87fe03f2c4
k8s: resizeHook avoids bitnami in values.yaml ( #7181 )
Update values.yaml
3 months ago
Thilo-Alexander Ginkel
fd1a7b5e62
Helm Chart: support wildcards for s3-ingress host by quoting value ( #7155 )
4 months ago
Devin Lauderdale
fae416586b
Move helm templates into folders ( #7113 )
* refactor: move helm templates into respective service folders
* fix: update template path reference in filer-statefulset for s3-secret
4 months ago
Devin Lauderdale
92cebe12f0
chore: remove default replica count for all-in-one deployment ( #7111 )
4 months ago
chrislu
cd861646a0
3.96
4 months ago
Mohamed Sekour
2c5ffe16cf
Fix all in one deployment ( #7031 )
* make maxVolumes configurable for allInOne deployment
Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
* Update all-in-one-deployment.yaml
fix typo
* add robustness
---------
Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
5 months ago
chrislu
394e42cd51
3.95
5 months ago
Andrei Kvapil
39b574f3c5
[cosi] Update sidecar ( #6993 )
5 months ago
Andrei Kvapil
f0d24461a4
Remove Cozystack specifics ( #6978 )
5 months ago
Andrei Kvapil
660941138b
Introduce named volumes in Helm chart ( #6972 )
5 months ago
chrislu
24eff93d9a
3.94
5 months ago
Andrei Kvapil
a9e1f00673
Fix drift for security config ( #6967 )
5 months ago
chrislu
a7c57caa3f
3.93
5 months ago
chrislu
5e79436498
reference seaweedfs.com
5 months ago