mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-28 10:19:26 +00:00
14 lines
344 B
YAML
14 lines
344 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: postgres-$NAME
|
|
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
|