mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
10 lines
194 B
YAML
10 lines
194 B
YAML
# Example of PostgreSQL cluster
|
|
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: postgresql
|
|
spec:
|
|
instances: 1
|
|
primaryUpdateStrategy: unsupervised
|
|
storage:
|
|
size: 10Gi
|