You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/vshn-managed/postgresql/create.adoc
+11-8
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,26 @@ spec:
14
14
parameters:
15
15
service:
16
16
majorVersion: "15" # <3>
17
+
pgBouncerSettings: # <4>
18
+
admin_users: postgres
17
19
pgSettings:
18
-
timezone: Europe/Zurich # <4>
19
-
size: # <5>
20
+
timezone: Europe/Zurich # <5>
21
+
size: # <6>
20
22
plan: plus-4
21
-
backup: # <6>
23
+
backup: # <7>
22
24
schedule: "30 23 * * *"
23
25
retention: 12
24
26
writeConnectionSecretToRef:
25
-
name: postgres-creds # <7>
27
+
name: postgres-creds # <8>
26
28
----
27
29
<1> Instance name
28
30
<2> The namespace where the object will be created
29
31
<3> PostgreSQL version
30
-
<4> Specify custom PostgreSQL settings [optional]
31
-
<5> Size of the PostgreSQL instance. See xref:vshn-managed/postgresql/plans.adoc[Plans and Sizing] for more information.
32
-
<6> Backup configuration, `schedule` standard cron: https://en.wikipedia.org/wiki/Cron, `retention` field specify how many backups should be kept
33
-
<7> Secret where the connection details are provisioned. This secret shouldn't exist before creation.
32
+
<4> Specify additional configuration to the pgBouncer instance [optional]. See https://www.pgbouncer.org/config.html[documentation]
33
+
<5> Specify custom PostgreSQL settings [optional]
34
+
<6> Size of the PostgreSQL instance. See xref:vshn-managed/postgresql/plans.adoc[Plans and Sizing] for more information.
35
+
<7> Backup configuration, `schedule` standard cron: https://en.wikipedia.org/wiki/Cron, `retention` field specify how many backups should be kept
36
+
<8> Secret where the connection details are provisioned. This secret shouldn't exist before creation.
34
37
35
38
NOTE: To get more information about all available configuration options, please see the xref:references/crds.adoc#k8s-api-github-com-vshn-component-appcat-apis-vshn-v1-vshnpostgresql[API Reference]
0 commit comments