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:
|
global:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
enableSecurity: true
|
enableSecurity: true
|
||||||
|
jwtSecretName: seaweedfs-jwt
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user