From e8f6eeaf9535120747fb6d3a157b4e28a546b6c4 Mon Sep 17 00:00:00 2001 From: Tarun Singh Date: Fri, 26 Jul 2024 16:35:05 +0530 Subject: [PATCH] updated readme and added pmm values --- charts/pg-operator-db/README.md | 1 + charts/pg-operator-db/values.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/charts/pg-operator-db/README.md b/charts/pg-operator-db/README.md index fccf8193..b8c3d5c9 100644 --- a/charts/pg-operator-db/README.md +++ b/charts/pg-operator-db/README.md @@ -16,6 +16,7 @@ This chart will deploy the Operator Pod and a PostgreSQL cluster in Kubernetes. To install the chart with the `my-db` release name using a dedicated namespace (recommended): ```sh +helm dependency build helm install my-db --namespace my-namespace ``` diff --git a/charts/pg-operator-db/values.yaml b/charts/pg-operator-db/values.yaml index 8d66eaf7..1bee4535 100644 --- a/charts/pg-operator-db/values.yaml +++ b/charts/pg-operator-db/values.yaml @@ -22,6 +22,16 @@ pg-db: storage: 1Gi pmm: enabled: false + image: + repository: percona/pmm-client + tag: 2.42.0 + # imagePullPolicy: IfNotPresent + secret: cluster1-pmm-secret + serverHost: monitoring-service + # resources: + # requests: + # memory: 200M + # cpu: 500m proxy: pgBouncer: replicas: 2