Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 7, 2025
1 parent ca280ae commit ff73b7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "helm_release" "tempo" {

set {
name = "replicas"
value = "2"
value = "1"
}
set {
name = "tempo.repository"
Expand Down
20 changes: 10 additions & 10 deletions tempo_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ingester:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
cpu: "1m"
memory: "1Mi"
limits:
cpu: "200m"
memory: "256Mi"
Expand All @@ -37,8 +37,8 @@ distributor:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
cpu: "1m"
memory: "1Mi"
limits:
cpu: "200m"
memory: "256Mi"
Expand All @@ -47,8 +47,8 @@ compactor:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
cpu: "1m"
memory: "1Mi"
limits:
cpu: "200m"
memory: "256Mi"
Expand All @@ -57,8 +57,8 @@ querier:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
cpu: "1m"
memory: "1Mi"
limits:
cpu: "200m"
memory: "256Mi"
Expand All @@ -67,8 +67,8 @@ gateway:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
cpu: "1m"
memory: "1Mi"
limits:
cpu: "200m"
memory: "256Mi"
Expand Down

0 comments on commit ff73b7c

Please sign in to comment.