Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts: expand retention docs #1844

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion charts/victoria-logs-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ server:
replicaCount: 1
# -- Name of Priority Class
priorityClassName: ""
# -- Data retention period in month
# -- Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these [docs](https://docs.victoriametrics.com/victorialogs/#retention)
retentionPeriod: 1
# -- Extra command line arguments for container of component
extraArgs:
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ vmstorage:
#- configMapRef:
# name: special-config

# -- Data retention period. Supported values 1w, 1d, number without measurement means month, e.g. 2 = 2month
# -- Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these [docs](https://docs.victoriametrics.com/single-server-victoriametrics/#retention)
retentionPeriod: 1
# -- Additional vmstorage container arguments. Extra command line arguments for vmstorage component
extraArgs:
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ server:
priorityClassName: ""
# -- Overrides the full name of server component
fullnameOverride:
# -- Data retention period in month
# -- Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these [docs](https://docs.victoriametrics.com/single-server-victoriametrics/#retention)
retentionPeriod: 1
# -- Extra command line arguments for container of component
extraArgs:
Expand Down
Loading