Skip to content
Snippets Groups Projects
Commit 87031570 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update README

parent 6d6cc869
No related branches found
No related tags found
No related merge requests found
......@@ -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: 30Gi
storage: 1Gi
```
* PostgreSQL secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment