-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added the cluster configuration #26
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,11 +17,10 @@ podAnnotations: {} | |||||
|
||||||
metrics: | ||||||
datadog: | ||||||
enabled: false # Users can set this to true to enable Datadog metrics collection | ||||||
namespace: "lunar_proxy" # Default namespace for metrics; users can override as needed | ||||||
enabled: false # Users can set this to true to enable Datadog metrics collection | ||||||
namespace: "lunar_proxy" # Default namespace for metrics; users can override as needed | ||||||
includedMetrics: # List of metrics to collect; default is all metrics | ||||||
- ".*" | ||||||
|
||||||
- ".*" | ||||||
|
||||||
lunarAPIKey: null # Set the API key directly | ||||||
lunarAPIKeySecretName: null # Set the API key from a secret (key must be named lunarAPIKey) | ||||||
|
@@ -35,6 +34,11 @@ lunarHubURL: null | |||||
telemetryEnabled: true | ||||||
lunarManaged: false | ||||||
|
||||||
# Lunar Cluster configuration | ||||||
lunarCluster: | ||||||
lunarClusterStaleThresholdPeriodInSec: 120 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
You already created a parent field |
||||||
lunarClusterLivenessUpdatedPeriodInSec: 20 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not 5? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok no problem, just considering that the default expire time is 2 min |
||||||
|
||||||
# Redis configuration | ||||||
redis: | ||||||
prefix: "lunar" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update values.schema.json as well