Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
114800ec8c41
Commit
5ee82cf2
authored
Jan 20, 2021
by
Noé Gaumont
🐙
Browse files
docs: explains kubernetes deployment
parent
9e80499204ec
Pipeline
#34425
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
114800ec
...
...
@@ -20,6 +20,19 @@ Some useful commands:
Deploying on kubernetes
=======================
The file `deployment.yaml` contains several containers split in several
deployments:
- `nginx` to serve static files directly
- `fresh` to run the application (and compile the latest translation)
- an *initContainers* `upgrade` before `fresh` that upgrade the database schema
if there is a new `fresh` version.
- `fresh-scheduler` to have the scheduler running.
To create the initial database from an existing empty database::
kubectl run -it fresh-dbcreate \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment