# Default values for speedtest. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: # -- speedtest image repository: atribe/speedtest-for-influxdb-and-grafana # -- speedtest image tag tag: latest # -- speedtest image pull policy pullPolicy: IfNotPresent resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} # -- Display debugging output debug: false config: # -- how many seconds to wait between checks delay: 3600 influxdb: # -- InfluxDB host # @default - internal influxDB chart if not set host: # -- InfluxDB port port: 8086 # -- InfluxDB database database: speedtests # -- (string) InfluxDB username username: # -- (string) InfluxDB password password: # -- enable TLS ssl: false speedtest: # -- server to use for speedtest - leave blank to auto-pick server: # -- Key-value pairs to add as pod annotations podAnnotations: {} # Enable embeded influxdb # ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/influxdb influxdb: # - Use internal Influx DB. Set to false if you use an external DB. enabled: true architecture: standalone database: speedtests authEnabled: false persistence: enabled: false # storageClass: "" # size: 8Gi