Skip to content
Snippets Groups Projects
Commit 5e3a88ae authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes some typos.

parent 1c45a437
No related branches found
No related tags found
No related merge requests found
Pipeline #200 passed with stages
in 1 minute and 13 seconds
...@@ -17,7 +17,7 @@ cat << EOF | kubectl apply -f - ...@@ -17,7 +17,7 @@ cat << EOF | kubectl apply -f -
apiVersion: "acid.zalan.do/v1" apiVersion: "acid.zalan.do/v1"
kind: postgresql kind: postgresql
metadata: metadata:
name: nexctloud-postgres name: nextcloud-postgres
namespace: fight-marketing namespace: fight-marketing
spec: spec:
teamId: "nextcloud" teamId: "nextcloud"
......
...@@ -5,15 +5,14 @@ weight: 3 ...@@ -5,15 +5,14 @@ weight: 3
Heard about [Nextcloud](https://nextcloud.com/)? Let's say that we want to deploy a Nextcloud instance for a nice association fighting marketing. Heard about [Nextcloud](https://nextcloud.com/)? Let's say that we want to deploy a Nextcloud instance for a nice association fighting marketing.
Before deploying the Nextlcoud, we'll need to list the backing services that would be necessary: Before deploying the Nextcloud, we'll need to list the backing services that would be necessary:
- postgres database - postgres database
- redis cache - redis cache
- smtp relay to send email notification - smtp relay to send email notifications
- S3 compatible API for object store - S3 compatible API for object store
- OpenIdConnect provider for Single Sign On - OpenIdConnect provider for Single Sign On
- libre office online - libre office online
- nextant
This is to deploy a reliable and scalable Nextcloud instance. For the sake of simplicity, let's say that we just need Postgres. But keep in mind, that we have the other backing services in mind too, and that we can use the same paradigms. This is to deploy a reliable and scalable Nextcloud instance. For the sake of simplicity, let's say that we just need Postgres. But keep in mind, that we have the other backing services in mind too, and that we can use the same paradigms.
......
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