fix(postgresql): improve monitoring
This commit is contained in:
parent
1efbbcfd15
commit
86cfe7561d
4 changed files with 561 additions and 707 deletions
|
@ -4,7 +4,7 @@ name: "postgresql"
|
|||
description: "A Helm chart for running PostgreSQL (Postgres) database"
|
||||
icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg
|
||||
type: "application"
|
||||
version: "0.3.0"
|
||||
version: "0.3.1"
|
||||
# renovate: image=docker.io/library/postgres
|
||||
appVersion: "17.4-alpine"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for running PostgreSQL (Postgres) database"
|
|||
|
||||
# postgresql
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for running PostgreSQL (Postgres) database
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -98,7 +98,9 @@ spec:
|
|||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
||||
{{- end }}
|
||||
args:
|
||||
- --collector.stat_activity_autovacuum
|
||||
- --collector.stat_statements
|
||||
- --collector.stat_wal_receiver
|
||||
env:
|
||||
- name: "DATA_SOURCE_USER"
|
||||
valueFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue