31 lines
706 B
YAML
31 lines
706 B
YAML
fullnameOverride: archmeister
|
|
|
|
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
internal:
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
|
|
|
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
|
|
|