26 lines
544 B
YAML
26 lines
544 B
YAML
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
|
|
cluster:
|
|
backupEnabled: false
|
|
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:
|
|
cpu: 200m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 1Gi
|
|
|