mirror of
https://github.com/clastix/kamaji.git
synced 2026-03-05 03:00:22 +00:00
14 lines
340 B
YAML
14 lines
340 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: postgresql
|
|
spec:
|
|
description: PostgreSQL cluster used by Kamaji along with kine
|
|
instances: 3
|
|
postgresql:
|
|
pg_hba:
|
|
- hostssl app all all cert # makes authentication entirely based on certificates
|
|
primaryUpdateStrategy: unsupervised
|
|
storage:
|
|
size: 1Gi
|