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: charts/pgbouncer/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,10 @@ The following table lists the configurable parameters of the PgBouncer chart and
61
61
| minReadySeconds | int |`0`| Minimum number of seconds for which a newly created pod should be ready without crashing, before being considered available. |
62
62
| nameOverride | string |`""`| Overrides the chart name for resources. If set, takes precedence over the chart's name. |
63
63
| nodeSelector | object |`{}`| Node labels for pod assignment. |
| pgbouncerExporter.podMonitor | bool |`false`| Whether to create a PodMonitor for scraping metrics (Prometheus Operator). |
73
-
| pgbouncerExporter.port | int |`9127`|The container port for the exporter.|
76
+
| pgbouncerExporter.port | int |`5432`||
74
77
| pgbouncerExporter.resources | object |`{"limits":{"cpu":"250m","memory":"150Mi"},"requests":{"cpu":"30m","memory":"40Mi"}}`| Resource requests and limits for the exporter container. |
75
78
| pgbouncerExporter.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}`| Pod security context for the exporter container. |
79
+
| pgbouncerExporter.servicePort | int |`9127`| The container port for the exporter. |
0 commit comments