Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgresql deployment documentation #16

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion documentation/latest/gsg/ocp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ git clone {{ page.parodos.git_repo }} -b {{ page.parodos.git_branch }}

### Installing Parodos

Before appling the manifests please make sure you have a [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/)
configured and set as default. It is needed to bind persistent volume
claim used by postgresql. More information on how to do it can be found [here](https://docs.openshift.com/container-platform/4.13/post_installation_configuration/storage-configuration.html)

```bash
cd parodos
kubectl kustomize hack/manifests/openshift/ | kubecl apply -f -
kubectl kustomize hack/manifests/openshift/ | kubectl apply -f -
```

This will install all Parodos microservices on top of Openshift, where the
Expand Down