Skip to content

Commit

Permalink
fix: Update peer management to use redis (#267)
Browse files Browse the repository at this point in the history
<!--
Thank you for contributing to the project! πŸ’œ
Please see our [OSS process
document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#)
to get an idea of how we operate.
-->

## Which problem is this PR solving?

- Refinery 2.0.0 incorrectly listed redis as the default peer management
type when it is actually file.

## Short description of the changes

- updates the helm chart to use redis peer management by default

## How to verify that this has the expected result

Locally in kind cluster
  • Loading branch information
TylerHelmuth authored Jul 11, 2023
1 parent c7da8a8 commit 187096e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/refinery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config:
MinRefineryVersion: v2.0

PeerManagement:
Type: redis
# IdentifierInterfaceName specifies a network interface to use when finding a local hostname.
# Due to the nature of DNS in Kubernetes, it is recommended to set this value to the 'eth0' interface name.
# When configured the pod's IP will be used in the peer list
Expand Down

0 comments on commit 187096e

Please sign in to comment.