60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
replicaCount: 3
|
|
image:
|
|
repository: quay.io/influxdb/telegraf-operator
|
|
pullPolicy: IfNotPresent
|
|
sidecarImage: "docker.io/library/telegraf:1.22"
|
|
|
|
classes:
|
|
secretName: "telegraf-operator-classes"
|
|
default: "infra"
|
|
data:
|
|
infra: |
|
|
[[outputs.influxdb]]
|
|
urls = ["http://influxdb.influxdb:8086"]
|
|
[global_tags]
|
|
env = "ci"
|
|
hostname = "$HOSTNAME"
|
|
nodename = "$NODENAME"
|
|
type = "infra"
|
|
|
|
certManager:
|
|
enable: false
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
serviceAccount:
|
|
# Annotations to add to the service account
|
|
annotations: {}
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
resources:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
sidecarResources:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
requests:
|
|
cpu: 10m
|
|
memory: 10Mi
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
requireAnnotationsForSecret: false
|
|
enableDefaultInternalPlugin: true
|
|
# allow hot reload ; disabled by default to support versions of telegraf
|
|
# that do not support hot-reload and --watch-config flag
|
|
hotReload: false
|