diff --git a/postgres/cluster.yaml b/postgres/cluster.yaml index 54cd76a..6660b68 100644 --- a/postgres/cluster.yaml +++ b/postgres/cluster.yaml @@ -6,12 +6,13 @@ metadata: namespace: postgres-system spec: instances: 3 - minSyncReplicas: 1 - maxSyncReplicas: 1 + minSyncReplicas: 0 + maxSyncReplicas: 0 primaryUpdateStrategy: unsupervised certificates: serverAltDNSNames: - postgres.home + - dogar.dev - localhost postgresql: pg_hba: @@ -26,7 +27,6 @@ spec: secret: name: postgres-password postInitSQL: - - 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";' - 'CREATE USER shahab SUPERUSER;' - 'CREATE USER dogar SUPERUSER;' - 'CREATE USER leviathan;'