cozystack/packages/extra/seaweedfs
Andrei Kvapil 759d64c738
Fix types and revert default node group in Kubernetes config
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-08-10 22:50:06 +03:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
images Prepare release v0.35.0-alpha.3 2025-08-01 13:07:01 +00:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates [seaweedfs] Client mode refactoring and fix issues 2025-07-25 04:06:11 +02:00
.helmignore SeaweedFS (#131) 2024-08-12 14:33:48 +02:00
Chart.yaml [seaweedfs] Client mode refactoring and fix issues 2025-07-25 04:06:11 +02:00
Makefile [apps] Use new OpenAPI schema and README generator for packages/extra 2025-08-07 14:05:50 +03:00
README.md Fix types and revert default node group in Kubernetes config 2025-08-10 22:50:06 +03:00
values.schema.json Update cozyvalues-gen 2025-08-08 00:26:51 +02:00
values.yaml [apps] Use new OpenAPI schema and README generator for packages/extra 2025-08-07 14:05:50 +03:00

Managed NATS Service

Parameters

Common parameters

Name Description Type Value
host The hostname used to access the SeaweedFS externally (defaults to 's3' subdomain for the tenant host). *string ""
topology The topology of the SeaweedFS cluster. (allowed values: Simple, MultiZone, Client) string Simple
replicationFactor Replication factor: number of replicas for each volume in the SeaweedFS cluster. int 2
replicas Number of replicas int 2
size Persistent Volume size quantity 10Gi
storageClass StorageClass used to store the data *string ""
zones A map of zones for MultiZone topology. Each zone can have its own number of replicas and size. map[string]object {...}
zones[name].replicas Number of replicas in the zone int 0
zones[name].size Zone storage size quantity ""
zones[name].replicas Number of replicas in the zone int 0
zones[name].size Zone storage size quantity ""
filer Filer service configuration *object {}
filer.grpcHost The hostname used to expose or access the filer service externally. *string ""
filer.grpcPort The port used to access the filer service externally. *int 443
filer.whitelist A list of IP addresses or CIDR ranges that are allowed to access the filer service. []*string []
filer.grpcHost The hostname used to expose or access the filer service externally. *string ""
filer.grpcPort The port used to access the filer service externally. *int 443
filer.whitelist A list of IP addresses or CIDR ranges that are allowed to access the filer service. []*string []