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
56778d86
Commit
56778d86
authored
6 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Update SYnapse and remove sliding sync proxy
parent
e04f5124
No related branches found
No related tags found
No related merge requests found
Pipeline
#193910
passed
6 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-25
1 addition, 25 deletions
.gitlab-ci.yml
with
1 addition
and
25 deletions
.gitlab-ci.yml
+
1
−
25
View file @
56778d86
...
...
@@ -21,33 +21,9 @@ 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.
9
.1
2
-
helm upgrade --install $CI_ENVIRONMENT_SLUG-synapse ananace-charts/matrix-synapse --version 3.
10
.1
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
--set config.turnSecret=$TURN_SECRET
-f values_synapse.yaml
--set extraSecrets.oidc_providers\[0\].client_secret=$OPENID_SECRET
deploy_sliding_sync_proxy
:
stage
:
deploy
image
:
lwolf/helm-kubectl-docker
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "main"
changes
:
-
values_sliding_syncproxy.yaml
-
.gitlab-ci.yml
tags
:
-
teckids-trusted
environment
:
name
:
production/leopard
before_script
:
-
helm repo add ananace-charts https://ananace.gitlab.io/charts
-
helm repo update
-
export PASS=$(echo $POSTGRES_PASSWORD | base64 -d)
script
:
-
helm upgrade --install $CI_ENVIRONMENT_SLUG-syncv3 ananace-charts/sliding-sync-proxy --version 0.2.13
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
--set externalPostgresql.password=$PASS
--set extraSecrets.experimental_features.msc3861.client_secret=$SYNCV3_CLIENT_SECRET
-f values_sliding_syncproxy.yaml
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