Skip to content

Commit 1458f39

Browse files
feat: resourcepools (#22)
* feat: add begasoft as adopter Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: archive legacy docs Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * feat: align with v0.9.0 release Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * feat: align with v0.9.0 release Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: add addons Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * feat(docs): add resourcepool documentation Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * feat(docs): add resourcepool documentation Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
1 parent 4f607f0 commit 1458f39

8 files changed

Lines changed: 772 additions & 30 deletions

File tree

content/en/docs/guides/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Guides
33
description: Guides for using the Capsule and Capsule Proxy
4-
weight: 9
4+
weight: 11
55
---
66

77
Capsule does not care about the authentication strategy used in the cluster and all the Kubernetes methods of authentication are supported. The only requirement to use Capsule is to assign tenant users to the group defined by userGroups option in the CapsuleConfiguration, which defaults to capsule.clastix.io.

content/en/docs/proxy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Proxy
3-
weight: 6
3+
weight: 10
44
description: >
55
Improve the User-Experience with teh capsule-proxy
66
---
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Replications
3-
weight: 10
3+
weight: 6
44
description: >
55
Replicate resources across tenants or namespaces
66
---
@@ -115,9 +115,9 @@ spec:
115115
- apiVersion: postgresql.cnpg.io/v1
116116
kind: Cluster
117117
metadata:
118-
name: postgresql
118+
name: "postgres-{{namespace}}"
119119
spec:
120-
description: PostgreSQL cluster for the Solar project
120+
description: PostgreSQL cluster for the {{tenant.name}} Project
121121
instances: 3
122122
postgresql:
123123
pg_hba:

0 commit comments

Comments
 (0)