seaweedfs secret config
This commit is contained in:
22
argocd/apps/seaweedfs/seaweedfs-s3-secrets.yaml
Normal file
22
argocd/apps/seaweedfs/seaweedfs-s3-secrets.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: seaweedfs-s3-config
|
||||||
|
namespace: seaweedfs
|
||||||
|
type: Opaque
|
||||||
|
stringData:
|
||||||
|
seaweedfs_s3_config: |
|
||||||
|
{
|
||||||
|
"identities": [
|
||||||
|
{
|
||||||
|
"name": "admin",
|
||||||
|
"credentials": [
|
||||||
|
{
|
||||||
|
"accessKey": "wjpKrmaqXra99rX3D61H",
|
||||||
|
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"actions": ["Admin", "Read", "Write"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -76,7 +76,7 @@ spec:
|
|||||||
|
|
||||||
# Filer Konfiguration
|
# Filer Konfiguration
|
||||||
filer:
|
filer:
|
||||||
replicas: 2
|
replicas: 1 # Reduziert für einfachere Installation
|
||||||
data:
|
data:
|
||||||
type: "persistentVolumeClaim"
|
type: "persistentVolumeClaim"
|
||||||
size: "25Gi"
|
size: "25Gi"
|
||||||
@@ -120,8 +120,7 @@ spec:
|
|||||||
# S3 Authentifizierung
|
# S3 Authentifizierung
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
adminUser: "wjpKrmaqXra99rX3D61H"
|
existingConfigSecret: "seaweedfs-s3-config"
|
||||||
adminPassword: "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
|
|
||||||
|
|
||||||
# S3 Service - explizit HTTP
|
# S3 Service - explizit HTTP
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user