Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.11.0-rc.26
version: 0.11.0-rc.27
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
4 changes: 4 additions & 0 deletions charts/mlrun-ce/non_admin_cluster_ip_installation_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ mpi-operator:

seaweedfs:
enabled: true
adminService:
type: ClusterIP
port: 23646
nodePort: ""
s3Service:
type: ClusterIP
port: 8333
Expand Down
4 changes: 4 additions & 0 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ seaweedfs:
registry: ""
# Override default "001" to "000" for single-node setup (no replication)
replicationPlacement: "000"
# Disabled by default. Only needed if SeaweedFS master/volume pods need to
# delete other pods during data migration (e.g., multi-node rebalancing).
# Enabling this creates a ClusterRole, which conflicts in multi-NS deployments.
createClusterRole: false

# Master server - metadata management
master:
Expand Down
Loading