Skip to content
Snippets Groups Projects
Verified Commit bcd4a6a7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(nextcloud): Make postgresql HA

This patch introduces an override to make PostgreSQL HA by running more
than one instance managed by the postgresql-operator.

This is a first experiments with the HA features and might become a
blue-print for further experiments.
parent 10ec2728
No related branches found
No related tags found
No related merge requests found
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
name: nextcloud-postgres
namespace: nextcloud
spec:
numberOfInstances: 2
volume:
size: 1Gi
......@@ -6,3 +6,5 @@ resources:
- certificate.yaml
- nextcloud-values.yaml
- ../../../shared/resourcequotas/default.yaml
patchesStrategicMerge:
- database-override.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment