Skip to content

Commit

Permalink
add missing values
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hayward <[email protected]>
  • Loading branch information
kd7lxl committed Jul 29, 2021
1 parent 82b20f9 commit 5235813
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,16 @@ config:
timeout: 1s
ruler:
enable_alertmanager_discovery: false
# -- Enable the experimental ruler config api.
enable_api: false
# -- Method to use for backend rule storage (configdb, azure, gcs, s3, swift, local) refer to https://cortexmetrics.io/docs/configuration/configuration-file/#ruler_config
storage: {}
alertmanager:
# -- Enable the experimental alertmanager config api.
enable_api: false
external_url: '/api/prom/alertmanager'
# -- Type of backend to use to store alertmanager configs. Supported values are: "configdb", "gcs", "s3", "local". refer to: https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config
storage: {}
frontend:
# max_outstanding_per_tenant: 1000
log_queries_longer_than: 10s
Expand Down

0 comments on commit 5235813

Please sign in to comment.