40 lines
769 B
YAML
40 lines
769 B
YAML
# 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
|
|
jvm_heap: 4
|
|
cpu_limit: 2
|
|
s3Snapshot:
|
|
enabled: true
|
|
iamrole: "dfsf" # INSERT_CLOUDFORMATION_OUTPUT_ElasticSearchSnapshots
|
|
|
|
prometheus: true
|
|
|
|
kibana:
|
|
istio:
|
|
enabled: true
|
|
url: kibana.example.com
|
|
gateway: istio-system/private-ingressgateway
|
|
|
|
fluentd:
|
|
enabled: true
|
|
|
|
fluent-bit:
|
|
enabled: true
|