kubezero/charts/kubezero-logging/values-all.yaml

44 lines
848 B
YAML
Raw Normal View History

2020-08-11 14:09:48 +00:00
# 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
2020-08-15 13:25:07 +00:00
elastic_password: "dsfsfs" # super_secret_elastic_password
eck-operator:
enabled: true
2020-08-11 14:09:48 +00:00
es:
nodeSets:
- name: default-zone-0
count: 2
2020-08-11 14:09:48 +00:00
storage:
size: 512Gi
class: ebs-sc-gp2-xfs
2020-08-11 14:09:48 +00:00
zone: us-west-2a
nodeAffinity:
key: kubezero
value: logging
s3Snapshot:
enabled: true
iamrole: "dfsf" # INSERT_CLOUDFORMATION_OUTPUT_ElasticSearchSnapshots
prometheus: true
2020-08-11 14:09:48 +00:00
kibana:
nodeAffinity:
key: kubezero
value: logging
2020-08-11 14:09:48 +00:00
istio:
enabled: true
url: kibana.example.com
gateway: istio-system/private-ingressgateway
2020-08-18 10:34:34 +00:00
fluentd:
enabled: true
fluent-bit:
enabled: true