github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/test/e2e/testdata/smoketest/postgresql/09_reconfigure.yaml (about) 1 apiVersion: apps.kubeblocks.io/v1alpha1 2 kind: OpsRequest 3 metadata: 4 generateName: pg-cluster-reconfiguring- 5 spec: 6 clusterRef: pg-cluster 7 reconfigure: 8 componentName: postgresql 9 configurations: 10 - keys: 11 - key: postgresql.conf 12 parameters: 13 - key: max_connections 14 value: "60" 15 - key: checkpoint_timeout 16 value: "20min" 17 name: postgresql-configuration 18 type: Reconfiguring