Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
📝 (Loki): Add loki example and template to standalone conf
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bizouard authored and claudusd committed Oct 16, 2024
1 parent cfa36ef commit 9cdcffb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions standalone/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ velero_s3_bucket_endpoint = "https://s3.gra.io.cloud.ovh.net"
velero_s3_access_key_id = "acb2c7815132b7157b881b83a002b3f"
velero_s3_secret_access_key = "2d0f550387fa8a2073f3a8fc2062e28"
velero_default_volumes_to_fs_backup = false
loki_enabled = "true"
loki_s3_chunks_bucket_name = "my_cluster-loki-chunks"
loki_s3_ruler_bucket_name = "my_cluster-loki-ruler"
loki_s3_admin_bucket_name = "my_cluster-loki-admin"
loki_s3_bucket_region = "gra"
loki_s3_bucket_endpoint = "https://s3.gra.io.cloud.ovh.net/"
loki_s3_access_key_id = "ebc294815132b7157b881b83a009f5ac"
loki_s3_secret_access_key = "2d0f550387fa8a2073f3a8fc29e4ab6"
8 changes: 8 additions & 0 deletions standalone/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ velero_s3_bucket_endpoint = ""
velero_s3_access_key_id = ""
velero_s3_secret_access_key = ""
velero_default_volumes_to_fs_backup =
loki_enabled = ""
loki_s3_chunks_bucket_name = ""
loki_s3_ruler_bucket_name = ""
loki_s3_admin_bucket_name = ""
loki_s3_bucket_region = ""
loki_s3_bucket_endpoint = ""
loki_s3_access_key_id = ""
loki_s3_secret_access_key = ""

0 comments on commit 9cdcffb

Please sign in to comment.