seaweedfs weniger Replicas

This commit is contained in:
titver968
2025-08-28 10:50:23 +02:00
parent d58898d838
commit 7183f892d0

View File

@@ -21,7 +21,7 @@ spec:
# Master Konfiguration # Master Konfiguration
master: master:
replicas: 3 replicas: 1
data: data:
type: "persistentVolumeClaim" type: "persistentVolumeClaim"
size: "25Gi" size: "25Gi"
@@ -58,7 +58,7 @@ spec:
# Volume Server Konfiguration # Volume Server Konfiguration
volume: volume:
replicas: 3 replicas: 2
data: data:
type: "persistentVolumeClaim" type: "persistentVolumeClaim"
size: "100Gi" size: "100Gi"
@@ -115,7 +115,7 @@ spec:
# S3 Gateway Konfiguration # S3 Gateway Konfiguration
s3: s3:
enabled: true enabled: true
replicas: 2 replicas: 1
# S3 Authentifizierung # S3 Authentifizierung
auth: auth: