diff --git a/apps/outline/deployment.yaml b/apps/outline/deployment.yaml index af0c5ce..976923b 100644 --- a/apps/outline/deployment.yaml +++ b/apps/outline/deployment.yaml @@ -34,15 +34,17 @@ spec: value: "false" - name: PGSSLMODE value: "disable" - # S3 / MinIO Configuration + # S3 / SeaweedFS Configuration - name: AWS_S3_UPLOAD_BUCKET_URL - value: "https://minio.apps.k3s.stabify.de" + value: "https://s3.apps.internal.k3s.stabify.de" - name: AWS_S3_UPLOAD_BUCKET_NAME - value: "outline-storage" + value: "outline-uploads" + - name: AWS_REGION + value: "us-east-1" - name: AWS_S3_FORCE_PATH_STYLE - value: "true" # Wichtig für MinIO + value: "true" # Wichtig für SeaweedFS - name: AWS_S3_ACL - value: "private" # Outline managed die Rechte via Presigned URLs + value: "private" - name: REDIS_COLLABORATION_URL valueFrom: secretKeyRef: diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29