Skip to content

Commit

Permalink
clarify values.yaml about cluster enable by default
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandreRoux <alexandreroux42@protonmail.com>
  • Loading branch information
humblebundledore committed Jul 4, 2023
1 parent 1d830da commit e909803
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ config:
runtime_config:
file: /etc/cortex-runtime-config/runtime_config.yaml
alertmanager:
# -- Enable alertmanager gossip cluster
# -- Disable alertmanager gossip cluster by setting empty listen_address to empty string
cluster:
listen_address: '0.0.0.0:9094'
# -- Enable the experimental alertmanager config api.
enable_api: false
external_url: '/api/prom/alertmanager'
Expand Down

0 comments on commit e909803

Please sign in to comment.