seaweedfs-jwt secret
This commit is contained in:
10
argocd/apps/seaweedfs/seaweedfs-jwt-secret.yaml
Normal file
10
argocd/apps/seaweedfs/seaweedfs-jwt-secret.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: seaweedfs-jwt
|
||||
namespace: seaweedfs
|
||||
stringData:
|
||||
jwt.json: |
|
||||
{
|
||||
"secret": "inno-super-secret-key"
|
||||
}
|
||||
@@ -18,6 +18,7 @@ spec:
|
||||
global:
|
||||
imagePullPolicy: IfNotPresent
|
||||
enableSecurity: true
|
||||
jwtSecretName: seaweedfs-jwt
|
||||
monitoring:
|
||||
enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user