Skip to content

Commit

Permalink
docs: add storage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Feb 5, 2024
1 parent 4548102 commit 433e418
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/harmony-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@ karpenter:
name: "default"

# Prometheus stack
#
# If no storage is defined, the Prometheus and Grafana data is stored on
# empheral storage. You can find more information about storages in the
# Prometheus operator user guides: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/storage.md
#
# - To make Grafana persistent, you may want to set Grafana storage as shown in https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L999-L1009
# - To set Prometheus storage, you can see the example storage spec at https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L3557-L3570
prometheusstack:
enabled: false

Expand Down

0 comments on commit 433e418

Please sign in to comment.