Files
manifests/charts/archmeister/values-prod.yaml
T
2024-02-13 11:52:37 +01:00

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