# Default values for zdt-logging.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# This is for backwards compatibility with older zdt-logging setup
fullnameOverride: logging

elastic_password: "dsfsfs" # super_secret_elastic_password

eck-operator:
  enabled: true

es:
  nodeSets:
  - name: default-zone-0
    count: 2
    storage:
      size: 512Gi
      class: ebs-sc-gp2-xfs
    zone: us-west-2a
    nodeAffinity:
      key: kubezero
      value: logging
  s3Snapshot:
    enabled: true
    iamrole: "dfsf" # INSERT_CLOUDFORMATION_OUTPUT_ElasticSearchSnapshots

  prometheus: true

kibana: 
  nodeAffinity:
    key: kubezero
    value: logging
  istio:
    enabled: true
    url: kibana.example.com
    gateway: istio-system/private-ingressgateway

fluentd:
  enabled: true

fluent-bit:
  enabled: true