caas-team / sparrow

A monitoring tool to gather infrastructure network information
Apache License 2.0
6 stars 4 forks source link

chore: removed dedicated targetManager config #68

Closed puffitos closed 8 months ago

puffitos commented 8 months ago

Motivation

Part of #63

Changes

Tests done

values.yaml

image:
  repository: mtr.devops.telekom.de/caas/sparrow
  tag: "dev-bruno"

ingress:
  enabled: true
  hosts:
    - host: sparrow-dev.caas-s01.telekom.de
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls:
    - hosts:
        - sparrow-dev.caas-s01.telekom.de
# -- startup configuration of the Sparrow
# see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md
startupConfig:
   name: the-sparrow.com
   targetManager:
     checkInterval: 300s
     unhealthyThreshold: 600s
     registrationInterval: 300s
     gitlab:
       token: ""
       baseUrl: https://gitlab.com
     projectId: ""

TODO

puffitos commented 8 months ago

Thanks for the review @lvlcn-t , I'll fix everything tomorrow