diff --git a/apps/outline/deployment.yaml b/apps/outline/deployment.yaml index 976923b..e2bcad0 100644 --- a/apps/outline/deployment.yaml +++ b/apps/outline/deployment.yaml @@ -42,9 +42,8 @@ spec: - name: AWS_REGION value: "us-east-1" - name: AWS_S3_FORCE_PATH_STYLE - value: "true" # Wichtig für SeaweedFS - - name: AWS_S3_ACL - value: "private" + value: "true" # Wichtig für SeaweedFS (Path-Style URLs statt Virtual Host) + # AWS_S3_ACL weggelassen: Default ist "private" laut GitHub Discussion #8208 - name: REDIS_COLLABORATION_URL valueFrom: secretKeyRef: