Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
discourse-cern
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
webservices
discourse-cern
Commits
43dced6f
Commit
43dced6f
authored
7 years ago
by
Ismael Posada Trobo
Browse files
Options
Downloads
Patches
Plain Diff
Some fixes an comment out discourse-chat-integration (seems to be broken at this time).
parent
d3145666
Branches
Branches containing commit
Tags
v1.8.10
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
run-sidekiq.sh
+0
-3
0 additions, 3 deletions
run-sidekiq.sh
templates/discourse-cern.yaml
+1
-3
1 addition, 3 deletions
templates/discourse-cern.yaml
with
1 addition
and
6 deletions
run-sidekiq.sh
+
0
−
3
View file @
43dced6f
...
...
@@ -19,8 +19,5 @@ echo "--> DONE"
export
RAILS_ENV
=
"production"
# Always precompile assets
bundle
exec
rake assets:precompile
echo
"--> Running sidekiq ..."
exec
bundle
exec
sidekiq
-C
config/sidekiq.yml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
templates/discourse-cern.yaml
+
1
−
3
View file @
43dced6f
...
...
@@ -241,7 +241,7 @@ objects:
-
cat
-
/discourse/tmp/pids/sidekiq.pid
failureThreshold
:
3
initialDelaySeconds
:
5
00
initialDelaySeconds
:
3
00
periodSeconds
:
10
successThreshold
:
1
timeoutSeconds
:
10
...
...
@@ -263,8 +263,6 @@ objects:
-
name
:
discourse-configmap
configMap
:
name
:
discourse-configmap
-
name
:
discourse-public-assets
emptyDir
:
{}
-
name
:
discourse-uploads
persistentVolumeClaim
:
claimName
:
discourse-uploads
...
...
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