Обновлены ресурсы в kustomization.yaml и удалены неиспользуемые файлы конфигурации.

This commit is contained in:
2025-07-06 11:43:09 +07:00
parent b478bbb829
commit 21f653cae1
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: cluster-example-custom
spec:
instances: 1
postgresql:
parameters:
max_worker_processes: "60"
pg_hba:
- host all all all md5
storage:
size: 1Gi
storageClass: piraeus-storage