diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 98ab56a..d03b695 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -72,22 +72,22 @@ spec: type: "persistentVolumeClaim" size: "5Gi" storageClass: "" - s3: - enabled: true - port: 8333 - httpsPort: 0 - metricsPort: 9327 - enambleAuth: false - # existingConfigSecret: "admin-s3-secret" + #s3: + # enabled: true + # port: 8333 + # httpsPort: 0 + # metricsPort: 9327 + # enambleAuth: false + # # existingConfigSecret: "admin-s3-secret" s3: enabled: true replicas: 1 bindAddress: 0.0.0.0 - port: 8334 + port: 8333 # add additional https port httpsPort: 1 - metricsPort: 9328 + metricsPort: 9327 loggingOverrideLevel: null # allow empty folders allowEmptyFolder: true