seaweedfs commented

This commit is contained in:
titver968
2025-12-16 23:14:34 +01:00
parent daabaabcb2
commit 49f4afa55e
2 changed files with 56 additions and 56 deletions

View File

@@ -1,46 +1,46 @@
apiVersion: v1 #apiVersion: v1
kind: Secret #kind: Secret
type: Opaque #type: Opaque
metadata: #metadata:
name: admin-s3-secret # name: admin-s3-secret
namespace: seaweedfs # namespace: seaweedfs
labels: # labels:
app.kubernetes.io/name: seaweedfs # app.kubernetes.io/name: seaweedfs
app.kubernetes.io/component: seaweedfs-s3 # app.kubernetes.io/component: seaweedfs-s3
#
stringData: #stringData:
seaweedfs_s3_config: | # seaweedfs_s3_config: |
{ # {
"identities": [ # "identities": [
{ # {
"name": "tatort", # "name": "tatort",
"credentials": [ # "credentials": [
{ # {
"accessKey": "wjpKrmaqXra99rX3D61H", # "accessKey": "wjpKrmaqXra99rX3D61H",
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" # "secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
} # }
], # ],
"actions": ["Read", "Write", "Admin"] # "actions": ["Read", "Write", "Admin"]
}, # },
{ # {
"name": "plane", # "name": "plane",
"credentials": [ # "credentials": [
{ # {
"accessKey": "a0ccb47cc0994bf51ecd", # "accessKey": "a0ccb47cc0994bf51ecd",
"secretKey": "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2" # "secretKey": "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
} # }
], # ],
"actions": ["Read", "Write", "Admin"] # "actions": ["Read", "Write", "Admin"]
}, # },
{ # {
"name": "n8n", # "name": "n8n",
"credentials": [ # "credentials": [
{ # {
"accessKey": "WPpTwIoSMgrPChsS3rdS", # "accessKey": "WPpTwIoSMgrPChsS3rdS",
"secretKey": "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" # "secretKey": "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
} # }
], # ],
"actions": ["Read", "Write", "Admin"] # "actions": ["Read", "Write", "Admin"]
} # }
] # ]
} # }

View File

@@ -1,10 +1,10 @@
apiVersion: v1 #apiVersion: v1
kind: Secret #kind: Secret
metadata: #metadata:
name: seaweedfs-jwt # name: seaweedfs-jwt
namespace: seaweedfs # namespace: seaweedfs
stringData: #stringData:
jwt.json: | # jwt.json: |
{ # {
"secret": "inno-super-secret-key" # "secret": "inno-super-secret-key"
} # }