Skip to content

Commit 767c12f

Browse files
authored
Merge pull request #276 from intelops/data-postgres-readme
Postgres data persistence
2 parents f8691fa + 40cb646 commit 767c12f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ helm upgrade -i kubviz-client kubviz/client -n kubviz --set "nats.auth.token=$to
9393
**NOTE:**
9494
- If you want to enable Grafana with the client deployment, add `--set grafana.enabled=true` to the helm upgrade command.
9595

96+
- Kubviz provides a setup for Grafana with Postgres data persistence, ensuring that even if the grafana pod/service goes down, the data will persist, safeguarding crucial information for visualization and analysis.
97+
98+
```bash
99+
helm upgrade -i kubviz-client kubviz/client -n kubviz --set "nats.auth.token=$token" --set grafana.enabled=true --set grafana.postgresql=true
100+
```
101+
96102
- If grafana already exist use the same upgrade command without --set grafana.enabled=true flag.
97103

98104
```bash
@@ -102,6 +108,7 @@ helm upgrade -i kubviz-client kubviz/client -n kubviz --set "nats.auth.token=$to
102108
Parameter | Description | Default
103109
--------- | ----------- | -------
104110
`grafana.enabled` | If true, create grafana | `false`
111+
`grafana.postgresql` | If true, create postgresql | `false`
105112

106113
- The KubViz client will also install NATS and Clickhouse. The NATS service is exposed as a LoadBalancer, and you need to note the external IP of the service **kubviz-client-nats-external** and pass it during the KubViz agent installation.
107114

0 commit comments

Comments
 (0)