-
Notifications
You must be signed in to change notification settings - Fork 3.7k
chore: helm thanos support #16110
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
Merged
Merged
chore: helm thanos support #16110
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8520cf7
chore(helm): add support for configuring thanos storage clients
ashwanthgoli c9ec94e
add missing line
fcjack 18186e0
add thanos config scenario
fcjack b23da31
update ci to include new scenario
fcjack 532e1ab
extract thanos storage config
fcjack 3985c39
update common storage with thanos
fcjack 309056c
update enterprise logs config
fcjack 7ce85ca
add ruler storage config
fcjack 6889069
refactor
fcjack f0d4fa8
fix helpers
fcjack 0bdd394
update docs
fcjack 692e78f
revert change
fcjack 33bebdc
revert
fcjack 083b18d
fix config for different components
fcjack 55a90d7
add check for ruler enabled
fcjack 99163c1
update helper functions
fcjack 8fa76f9
reuse storage config block
fcjack b6c5b6c
update docs
fcjack b64ad5f
fixes
fcjack 135ced4
update docs
fcjack 3c63adf
update backend for ruler_storage and adminapi and neats
fcjack f2b0f1c
update docs
fcjack 5e57e98
docs
fcjack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
loki: | ||
commonConfig: | ||
replication_factor: 1 | ||
useTestSchema: true | ||
|
||
storage: | ||
type: s3 | ||
|
||
use_thanos_objstore: true | ||
|
||
object_store: | ||
type: s3 | ||
|
||
s3: | ||
access_key_id: thanos-minio | ||
secret_access_key: thanos-minio123 | ||
region: us-east-1 | ||
insecure: true | ||
endpoint: http://minio.minio.svc.cluster.local:9000 | ||
http: | ||
tls_config: | ||
insecure_skip_verify: true | ||
|
||
# GCS configuration (when type is "GCS") | ||
gcs: | ||
bucket_name: test-gcs # Name of the bucket | ||
service_account: service-account-test.json # Optional service account JSON | ||
|
||
# Azure configuration (when type is "AZURE") | ||
azure: | ||
account_name: azure-test # Storage account name | ||
account_key: 1234567890 # Optional storage account key | ||
|
||
bucketNames: | ||
chunks: chunks_thanos | ||
ruler: ruler_thanos | ||
admin: admin_thanos | ||
|
||
enterprise: | ||
enabled: true | ||
adminApi: | ||
enabled: true | ||
|
||
minio: | ||
enabled: true | ||
|
||
read: | ||
replicas: 1 | ||
write: | ||
replicas: 1 | ||
backend: | ||
replicas: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.