Add snappy, remove sogo

This commit is contained in:
Ruben Hensen
2026-01-26 02:07:14 +01:00
parent 911ec86bba
commit ff3d690dcf
11 changed files with 104 additions and 250 deletions
-25
View File
@@ -1,25 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: sogo-postgres
namespace: sogo
spec:
instances: 1
storage:
size: 10Gi
storageClass: longhorn
bootstrap:
initdb:
database: sogo
owner: sogo
secret:
name: sogo-postgres-credentials
postInitSQL:
- CREATE EXTENSION IF NOT EXISTS pg_trgm;
postgresql:
parameters:
max_connections: "100"
shared_buffers: "256MB"