Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ helm install <release-name> timescale/tobs \
| `promscale.connection.dbName` | Database to store the metrics in | `postgres` |
| `promscale.connection.user` | User used for connection to db | `postgres` |
| `promscale.connection.uri` | TimescaleDB URI | `` |
| `promscale.connection.password` | Assign the TimescaleDB password from `tobs-credentails` from key `PATRONI_SUPERUSER_PASSWORD` | `` |
| `promscale.connection.password` | Assign the TimescaleDB password from `tobs-credentials` from key `PATRONI_SUPERUSER_PASSWORD` | `` |
| `promscale.connection.host` | TimescaleDB host address | `"{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local"` |
| `promscale.service.type` | Configure the service type for Promscale | `ClusterIP` |
| `promscale.resources.requests.memory` | Amount of memory for the Promscale pod | `2Gi` |
Expand Down Expand Up @@ -276,4 +276,4 @@ For all the properties that can be configured and more details on how to set up
[kube-prometheus-helm-hub]: https://prometheus-community.github.io/helm-charts
[prometheus-remote-tune]: https://prometheus.io/docs/practices/remote_write/
[grafana-helm-hub]: https://grafana.github.io/helm-charts
[timescaledb-secrets]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#creating-the-secrets
[timescaledb-secrets]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#creating-the-secrets
4 changes: 2 additions & 2 deletions chart/docs/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decode the base64 encoded password and assign it to `promscale.connection.passwo
# do not forget to change Promscale image to 0.8.0 tag
image: timescale/promscale:0.8.0
connection:
# assign the db-password here, the password should be in <release-name>-credentails secret from previous installation
# assign the db-password here, the password should be in <release-name>-credentials secret from previous installation
# with key PATRONI_SUPERUSER_PASSWORD
password: <value>
# if you are using db-uri based auth assign the db-uri to below field
Expand Down Expand Up @@ -257,4 +257,4 @@ kubectl delete job/<RELEASE_NAME>-grafana-db -n <NAMESPACE>
Now upgrade tobs:
```
helm upgrade <release_name> timescale/tobs
```
```