Skip to content

Commit

Permalink
updated readme and added pmm values
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghot committed Jul 26, 2024
1 parent f885882 commit e8f6eea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/pg-operator-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path-to-chart> --namespace my-namespace
```

Expand Down
10 changes: 10 additions & 0 deletions charts/pg-operator-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f6eea

Please sign in to comment.