fix: move common cluster defaults to chart/values.yaml
This commit is contained in:
@@ -3,17 +3,9 @@ ingress:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
cluster:
|
||||
backupEnabled: false
|
||||
backupEnabled: true
|
||||
backupRetention: 60d
|
||||
instances: 2
|
||||
imageName: ghcr.io/cloudnative-pg/postgis:15-3.3
|
||||
bootstrap:
|
||||
initdb:
|
||||
postInitTemplateSQL:
|
||||
- CREATE EXTENSION postgis;
|
||||
- CREATE EXTENSION postgis_topology;
|
||||
- CREATE EXTENSION fuzzystrmatch;
|
||||
- CREATE EXTENSION postgis_tiger_geocoder;
|
||||
- ALTER USER app WITH SUPERUSER;
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user