Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Update versions. Align telegraf with influxdb and kapacitor urls #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chronograf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
##
service:
replicas: 1
type: ClusterIP
type: NodePort

## Persist data to a persitent volume
##
Expand Down
4 changes: 2 additions & 2 deletions telegraf-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
image:
repo: "telegraf"
tag: "1.10.3-alpine"
tag: "1.10.4-alpine"
pullPolicy: IfNotPresent

## Configure resource requests and limits
Expand All @@ -22,7 +22,7 @@ resources:
tolerations: []

## Exposed telegraf configuration
## ref: https://docs.influxdata.com/telegraf/v1.8/administration/configuration/
## ref: https://docs.influxdata.com/telegraf/v1.10/administration/configuration/
config:
# global_tags:
# cluster: "mycluster"
Expand Down
12 changes: 4 additions & 8 deletions telegraf-s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
image:
repo: "telegraf"
tag: "1.10.3-alpine"
tag: "1.10.4-alpine"
pullPolicy: IfNotPresent

## Configure resource requests and limits
Expand Down Expand Up @@ -48,7 +48,7 @@ service:

## Exposed telegraf configuration
## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml`
## ref: https://docs.influxdata.com/telegraf/v1.8/administration/configuration/
## ref: https://docs.influxdata.com/telegraf/v1.10/administration/configuration/

config:
## global_tags:
Expand Down Expand Up @@ -238,15 +238,11 @@ config:
## - "http://myhaproxy.com:1936/haproxy?stats"
- influxdb:
urls:
- "http://influxdb-influxdb.tick:8086/debug/vars"
- "http://data-influxdb.tick:8086/debug/vars"
timeout: "5s"
- kapacitor:
urls:
- "http://kap-kapacitor.tick:9092/debug/vars"
timeout: "5s"
- kapacitor:
urls:
- "http://kap2-kapacitor.tick:9092/debug/vars"
- "http://alerts-kapacitor.tick:9092/debug/vars"
timeout: "5s"
## lustre2:
## ost_procfiles:
Expand Down