fix(postgresql): improve monitoring

This commit is contained in:
WrenIX 2025-04-11 12:58:00 +02:00
parent 1efbbcfd15
commit 86cfe7561d
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 561 additions and 707 deletions

View file

@ -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:

View file

@ -7,7 +7,7 @@ description: "A Helm chart for running PostgreSQL (Postgres) database"
# postgresql
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.4-alpine](https://img.shields.io/badge/AppVersion-17.4--alpine-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.4-alpine](https://img.shields.io/badge/AppVersion-17.4--alpine-informational?style=flat-square)
A Helm chart for running PostgreSQL (Postgres) database

File diff suppressed because it is too large Load diff

View file

@ -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: