From 709354eadc862dec34a99b0014c29788e6d2624e Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 28 Aug 2025 15:01:35 +0200 Subject: [PATCH] seaweedfs debug --- argocd/apps/seaweedfs/seaweedfs.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 513caad..8959ddf 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -98,8 +98,6 @@ spec: s3: enabled: true - imageOverride: null - restartPolicy: null replicas: 1 bindAddress: 0.0.0.0 port: 8333 @@ -109,12 +107,8 @@ spec: loggingOverrideLevel: null # allow empty folders allowEmptyFolder: true - # enable user & permission to s3 (need to inject to all services) enableAuth: true - # set to the name of an existing kubernetes Secret with the s3 json config file - # should have a secret key called seaweedfs_s3_config with an inline json config existingConfigSecret: "admin-s3-secret" - auditLogConfig: {} ingress: enabled: true