Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Python Django Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Kubernetes Templates
Python Django Template
Commits
87031570
Commit
87031570
authored
6 years ago
by
Thomas MENARD
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
6d6cc869
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
README.md
+11
-1
11 additions, 1 deletion
README.md
with
11 additions
and
1 deletion
README.md
+
11
−
1
View file @
87031570
...
...
@@ -116,7 +116,17 @@ Save, commit and push; you should be abble to see your first running pipeline
Once succesfully completed, you can see the docker image in the
`Registry`
section on the left pane.
5.
Create manifest yaml file
Create a file
`manifest.yaml`
at the root directory of your git repository and fill it with the following definition.
> Keep in mind that yaml formating require that you seperate each declaration with `---` line.
* PostgreSQL Server
In order to deploy a Postgresql server we need :
- Storage
- Configuration
- Deployment
- Service
* Persistent Volume Claim
```yaml
...
...
@@ -131,7 +141,7 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
- ReadWriteOnce
resources:
requests:
storage:
30
Gi
storage:
1
Gi
```
* PostgreSQL secret
...
...
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