Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
kubernetes
common
Commits
abc57dca
Commit
abc57dca
authored
3 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Moves Jitsi_Domain to a custom conf.
parent
4a8c460c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rocketchat/manifests/app.yml
+10
-2
10 additions, 2 deletions
rocketchat/manifests/app.yml
with
10 additions
and
2 deletions
rocketchat/manifests/app.yml
+
10
−
2
View file @
abc57dca
...
...
@@ -132,6 +132,8 @@ spec:
name
:
${FQDN}-app
-
configMapRef
:
name
:
${FQDN}-config
-
configMapRef
:
name
:
${FQDN}-config-custom
image
:
libresh/rocketchat:3.17.2
imagePullPolicy
:
IfNotPresent
name
:
app
...
...
@@ -198,6 +200,13 @@ spec:
secretName
:
${FQDN}-tls
---
kind
:
ConfigMap
metadata
:
name
:
${FQDN}-config-custom
apiVersion
:
v1
data
:
OVERWRITE_SETTING_Jitsi_Domain
:
meet.liiib.re
---
kind
:
ConfigMap
metadata
:
name
:
${FQDN}-config
apiVersion
:
v1
...
...
@@ -222,8 +231,7 @@ data:
OVERWRITE_SETTING_FileUpload_Storage_Type
:
AmazonS3
# Jitsi
OVERWRITE_SETTING_Jitsi_Enabled
:
'
true'
Jitsi_Domain
:
meet.liiib.re
Jitsi_URL_Room_Prefix
:
${NS}
OVERWRITE_SETTING_Jitsi_URL_Room_Prefix
:
${NS}
OVERWRITE_SETTING_Jitsi_URL_Room_Hash
:
'
true'
OVERWRITE_SETTING_Jitsi_SSL
:
'
true'
OVERWRITE_SETTING_Jitsi_Open_New_Window
:
'
true'
...
...
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