values.yaml 811 Bytes
Newer Older
shanewxy's avatar
shanewxy committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
nameOverride: fluentd
labels: {}

image:
  os: windows
  repository: rancher/fluentd
  tag: v0.1.17
  pullPolicy: IfNotPresent

resources: {}
  # limits:
  #   cpu: 100m
  #   memory: 500Mi
  # requests:
  #   cpu: 100m
  #   memory: 200Mi
# env:

command: '["powershell", "-command",  "fluentd", "-c", "/fluentd/etc/config/entry/fluent.conf"]'

livenessProbe:
  enabled: true

annotations: {}

# updateStrategy:
#   type: RollingUpdate

tolerations:
  - effect: NoSchedule
    operator: Exists


nodeSelector: {}

cluster:
  dockerRoot: C:\ProgramData\docker

service:
  ports:
    - name: metric
      port: 24231
      targetPort: metric

configmapReload:
  name: reloader
  image:
    os: windows
    repository: rancher/configmap-reload
    tag: v0.3.0-rancher2
    pullPolicy: IfNotPresent
  resources: {}