plane seaweedfs
This commit is contained in:
BIN
argocd/apps/openproject/.values-openproject.yaml.swp
Normal file
BIN
argocd/apps/openproject/.values-openproject.yaml.swp
Normal file
Binary file not shown.
@@ -32,6 +32,15 @@ spec:
|
||||
tls_secret_name: "plane-tls"
|
||||
createIssuer: false
|
||||
generateCerts: false
|
||||
minio:
|
||||
local_setup: false
|
||||
env:
|
||||
docstore_bucket: "plane/uploads"
|
||||
doc_upload_size_limit: "5242880" # 5MB
|
||||
aws_access_key: "a0ccb47cc0994bf51ecd"
|
||||
aws_secret_access_key: "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
|
||||
aws_region: "eu-central-1"
|
||||
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
|
||||
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
|
||||
@@ -39,6 +39,20 @@ stringData:
|
||||
"Read",
|
||||
"Write"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "plane",
|
||||
"credentials": [
|
||||
{
|
||||
"accessKey": "a0ccb47cc0994bf51ecd",
|
||||
"secretKey": "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
"Admin",
|
||||
"Read",
|
||||
"Write"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user