mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:44:33 +00:00
21 lines
447 B
YAML
21 lines
447 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: prole-db
|
|
spec:
|
|
instances: 3
|
|
imageName: prole-db:17.5.001
|
|
bootstrap:
|
|
initdb:
|
|
postInitTemplateSQL:
|
|
- CREATE EXTENSION postgis;
|
|
- CREATE EXTENSION postgis_topology;
|
|
- CREATE EXTENSION fuzzystrmatch;
|
|
- CREATE EXTENSION postgis_tiger_geocoder;
|
|
storage:
|
|
size: 1Gi
|
|
walStorage:
|
|
size: 1Gi
|
|
monitoring:
|
|
enablePodMonitor: true
|