Skip to content

Commit

Permalink
chore: make loki more resiliant
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 11, 2024
1 parent 48cb45f commit 4b64b9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions blueprints/02-at-scale/k8s/grafana-loki-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ backend:
replicas: 0
write:
replicas: 0
test:
enabled: false
minio:
enabled: true
5 changes: 1 addition & 4 deletions blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ locals {
efs_name = "${local.name}-efs"
resource_group_name = "${local.name}-rg"
bucket_name = "${local.name}-s3"
cbci_instance_profile_s3 = "${local.name}-instance_profile_s3"
cbci_iam_role_s3 = "${local.name}-iam_role_s3"
cbci_inline_policy_s3 = "${local.name}-iam_inline_policy_s3"
cbci_instance_profile_ecr = "${local.name}-instance_profile_ecr"
cbci_iam_role_ecr = "${local.name}-iam_role_ecr"
cbci_inline_policy_ecr = "${local.name}-iam_inline_policy_ecr"
Expand Down Expand Up @@ -130,7 +127,7 @@ module "eks" {
platform = "linux"
min_size = 1
max_size = 3
desired_size = 1
desired_size = 2
labels = {
role = "shared"
storage = "enabled"
Expand Down

0 comments on commit 4b64b9d

Please sign in to comment.