Skip to content

Commit

Permalink
fix: disableCompaction position
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Lin <[email protected]>
  • Loading branch information
maxisam authored Jan 30, 2025
1 parent 6a3be8f commit 11173e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3718,13 +3718,14 @@ prometheus:

## If true, pass --storage.tsdb.max-block-duration=2h to prometheus. This is already done if using Thanos
##
disableCompaction: false

## AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in the pod,
## If the field isn’t set, the operator mounts the service account token by default.
## Warning: be aware that by default, Prometheus requires the service account token for Kubernetes service discovery,
## It is possible to use strategic merge patch to project the service account token into the ‘prometheus’ container.
automountServiceAccountToken: true

disableCompaction: false
## APIServerConfig
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#apiserverconfig
##
Expand Down

0 comments on commit 11173e0

Please sign in to comment.