Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
76575d15
Verified
Commit
76575d15
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(matrix): Fix environment syntax for cronjob
parent
52341d39
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/base/matrix/synatainer.yaml
+12
-9
12 additions, 9 deletions
apps/base/matrix/synatainer.yaml
with
12 additions
and
9 deletions
apps/base/matrix/synatainer.yaml
+
12
−
9
View file @
76575d15
...
...
@@ -27,19 +27,22 @@ spec:
-
name
:
DB_NAME
value
:
synapse
-
name
:
DB_USER
secretKeyRef
:
name
:
synapse.matrix-postgres.credentials.postgresql.acid.zalan.do
key
:
username
valueFrom
:
secretKeyRef
:
name
:
synapse.matrix-postgres.credentials.postgresql.acid.zalan.do
key
:
username
-
name
:
PGPASSWORD
secretKeyRef
:
name
:
synapse.matrix-postgres.credentials.postgresql.acid.zalan.do
key
:
password
valueFrom
:
secretKeyRef
:
name
:
synapse.matrix-postgres.credentials.postgresql.acid.zalan.do
key
:
password
-
name
:
SYNAPSE_HOST
value
:
http://matrix-synapse:8008
-
name
:
BEARER_TOKEN
secretKeyRef
:
name
:
matrix-token
key
:
token
valueFrom
:
secretKeyRef
:
name
:
matrix-token
key
:
token
resources
:
requests
:
memory
:
1Gi
...
...
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