Skip to content

Commit

Permalink
feat: add watchtower chart for pushing telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 24, 2024
1 parent 8bff72c commit 971cf0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agent-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ dependencies:
- name: canary-checker
version: "1.0.260-beta.128"
repository: https://flanksource.github.io/charts
- name: mission-control-watchtower
version: "0.1.16"
repository: https://flanksource.github.io/charts
alias: pushTelemetry
condition: pushTelemetry.enabled
8 changes: 8 additions & 0 deletions agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ resources:
limits:
memory: 1024Mi
cpu: 500m

pushTelemetry:
enabled: false
isAgent: true
playbooks: false
pushLocation:
url: https://telemetry.app.flanksource.com/push/topology

db:
create: true
conf:
Expand Down

0 comments on commit 971cf0d

Please sign in to comment.