Skip to content

Commit

Permalink
feat: add managedState to fix ArgoCD sync issue
Browse files Browse the repository at this point in the history
* and also increase replica count of TempoStack
  components from 1 to 3
* so that they're scalable

Signed-off-by: Dheeraj<[email protected]>
  • Loading branch information
dheerajodha committed Jan 8, 2025
1 parent ffe88a5 commit 613e377
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry/base/opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
namespace: opentelemetry
spec:
mode: deployment
managementState: managed
observability:
metrics:
enableMetrics: true
Expand Down
12 changes: 12 additions & 0 deletions opentelemetry/base/opentelemetry-tempostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,24 @@ spec:
tls:
enabled: true
template:
compactor:
replicas: 3
gateway:
component:
replicas: 3
enabled: false
distributor:
component:
replicas: 3
tls:
enabled: true
ingester:
replicas: 3
querier:
replicas: 3
queryFrontend:
component:
replicas: 3
jaegerQuery:
enabled: true
monitorTab:
Expand Down

0 comments on commit 613e377

Please sign in to comment.