11# Values for configuring the deployment of TimescaleDB
2- # The charts README is at:
2+ # The charts README is at:
33# https://github.com/timescale/timescaledb-kubernetes/tree/master/charts/timescaledb-single
4- # Check out the various configuration options (administration guide) at:
4+ # Check out the various configuration options (administration guide) at:
55# https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md
66timescaledb-single :
77 # disable the chart if an existing TimescaleDB instance is used
88 enabled : true
99 image :
1010 tag : pg12-ts1.7
1111 # create only a ClusterIP service
12- loadBalancer :
12+ loadBalancer :
1313 enabled : false
1414 # number or TimescaleDB pods to spawn (default is 3, 1 for no HA)
1515 replicaCount : 1
16-
16+
1717# Values for configuring the deployment of the Timescale Prometheus Connector
1818# The charts README is at:
1919# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2020timescale-prometheus :
2121 enabled : true
22- image : timescale/timescale-prometheus:0.1.0-alpha.3.1
22+ image : timescale/timescale-prometheus:0.1.0-alpha.4
2323 # connection options
2424 connection :
2525 # the db name in which the metrics will be stored
@@ -41,16 +41,16 @@ timescale-prometheus:
4141 # we disable the load balancer by default, only a ClusterIP service
4242 # will get created
4343 loadBalancer :
44- enabled : false
44+ enabled : false
4545 resources :
4646 requests :
47- # By default this should be enough for a cluster
47+ # By default this should be enough for a cluster
4848 # with only a few pods
4949 memory : 2Gi
5050 cpu : 1
5151# Values for configuring the deployment of Prometheus
5252# The stable/prometheus chart is used and the guide for it
53- # can be found at:
53+ # can be found at:
5454# https://hub.helm.sh/charts/stable/prometheus
5555prometheus :
5656 enabled : true
@@ -62,7 +62,7 @@ prometheus:
6262 # we provide a config map which will have the
6363 # timescale-prometheus connector already configured as
6464 # a remote endpoint for read/write (if enabled)
65- # this overrides the config map the prometheus chart
65+ # this overrides the config map the prometheus chart
6666 # creates
6767 configMapOverrideName : " prometheus-config"
6868 # values to be used in the override config map
@@ -73,18 +73,18 @@ prometheus:
7373 protocol : http
7474 port : " 9201"
7575 write :
76- enabled : true
76+ enabled : true
7777 # complete url = {protocol}://{host}:{port}/{endpoint}
7878 endpoint : " write"
79- # write queue config
79+ # write queue config
8080 # see: https://prometheus.io/docs/practices/remote_write/
8181 queue :
8282 max_shards : 30
8383 read :
8484 enabled : true
8585 # complete url = {protocol}://{host}:{port}/endpoint
8686 endpoint : " read"
87-
87+
8888# Values for configuring the deployment of Grafana
8989# The stable/grafana chart is used and the guide for it
9090# can be found at:
@@ -103,7 +103,7 @@ grafana:
103103 prometheus :
104104 datasource :
105105 enabled : true
106- # By default url of data source is set to prometheus instance
106+ # By default url of data source is set to prometheus instance
107107 # deployed with this chart
108108 url : " http://{{ .Release.Name}}-prometheus-server.{{ .Release.Namespace }}.svc.cluster.local"
109109 timescale :
0 commit comments