Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix.teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team Sysadmin
matrix.teckids.org
Commits
ae385a4e
Verified
Commit
ae385a4e
authored
6 months ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Increase ratelimit
parent
61aeb400
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194190
passed
6 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
values_synapse.yaml
+2
-0
2 additions, 0 deletions
values_synapse.yaml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
ae385a4e
...
...
@@ -21,7 +21,7 @@ deploy_homeserver:
-
sed -e "s/SIGNING_KEY/$SIGNING_KEY/g" -e "s/POSTGRES_PASSWORD/$POSTGRES_PASSWORD/g" secrets_synapse.in.yaml >secrets_synapse.yaml
script
:
-
kubectl apply -f secrets_synapse.yaml
-
helm upgrade --install $CI_ENVIRONMENT_SLUG-synapse ananace-charts/matrix-synapse --version 3.10.
1
-
helm upgrade --install $CI_ENVIRONMENT_SLUG-synapse ananace-charts/matrix-synapse --version 3.10.
3
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
--set config.turnSecret=$TURN_SECRET
...
...
This diff is collapsed.
Click to expand it.
values_synapse.yaml
+
2
−
0
View file @
ae385a4e
...
...
@@ -17,6 +17,8 @@ extraConfig:
rc_message
:
per_second
:
25
burst_count
:
250
remote_media_download_per_second
:
500K
remote_media_download_burst_count
:
2000M
database
:
cp_min
:
10
cp_max
:
30
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment