From 7183f892d04324298b6a87bcb38bb792d5f69894 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 28 Aug 2025 10:50:23 +0200 Subject: [PATCH] seaweedfs weniger Replicas --- argocd/apps/seaweedfs/seaweedfs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 8038683..921f943 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -21,7 +21,7 @@ spec: # Master Konfiguration master: - replicas: 3 + replicas: 1 data: type: "persistentVolumeClaim" size: "25Gi" @@ -58,7 +58,7 @@ spec: # Volume Server Konfiguration volume: - replicas: 3 + replicas: 2 data: type: "persistentVolumeClaim" size: "100Gi" @@ -115,7 +115,7 @@ spec: # S3 Gateway Konfiguration s3: enabled: true - replicas: 2 + replicas: 1 # S3 Authentifizierung auth: