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: