eff02e788e62850d1314d24df0f8b07ef8e8d0d9
[it/dep.git] / ric-infra / 20-Monitoring / helm / elfkp / values.yaml
1 # Default values for elk.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 prometheus:
6   enabled: true
7
8   # individual component configs
9   # full listing: https://github.com/helm/charts/tree/master/stable/prometheus
10   alertmanager:
11     enabled: true
12     persistentVolume:
13       enabled: false
14   kubeStateMetrics:
15     enabled: true
16   nodeExporter:
17     enabled: false
18   pushgateway:
19     enabled: false
20     persistentVolume:
21       enabled: false
22   server:
23     persistentVolume:
24       enabled: false
25
26
27
28 elastic-stack:
29   enabled: true
30
31   # individual component configs
32   # full listing: https://github.com/helm/charts/tree/master/stable/elastic-stack
33   elasticsearch:
34     enabled: true
35     data:
36       persistence:
37         enabled: false
38     master:
39       persistence:
40         enabled: false
41
42   kibana:
43     enabled: true
44     env:
45       ELASTICSEARCH_URL: http://http.default.svc.cluster.local:9200
46
47   logstash:
48     enabled: true
49     persistence:
50       enabled: false
51     # elasticsearch:
52     #   host: elastic-stack-elasticsearch-client
53
54   filebeat:
55     enabled: false
56     # config:
57     #   output.file.enabled: false
58     #   output.logstash:
59     #     hosts: ["elastic-stack-logstash:5044"]
60     # indexTemplateLoad:
61     #   - elastic-stack-elasticsearch-client:9200
62
63   fluentd:
64     enabled: false
65
66   fluent-bit:
67     enabled: false
68
69   fluentd-elasticsearch:
70     enabled: false
71
72   nginx-ldapauth-proxy:
73     enabled: false
74     # Example config to get it working with ELK. Adjust as you need to.
75     # proxy:
76     #   port: 5601
77     #   # This is the internal hostname for the kibana service
78     #   host: "elk-kibana.default.svc.cluster.local"
79     #   authName: "ELK:Infrastructure:LDAP"
80     #   ldapHost: "ldap.example.com"
81     #   ldapDN: "dc=example,dc=com"
82     #   ldapFilter: "objectClass=organizationalPerson"
83     #   ldapBindDN: "cn=reader,dc=example,dc=com"
84     #   requires:
85     #     - name: "ELK-USER"
86     #       filter: "cn=elkuser,ou=groups,dc=example,dc=com"
87     # ingress:
88     #   enabled: true
89     #   hosts:
90     #     - "elk.example.com"
91     #   annotations:
92     #     kubernetes.io/ingress.class: nginx
93     #   tls:
94     #     - hosts:
95     #       - elk.example.com
96     #       secretName: example-elk-tls
97     # secrets:
98     #   ldapBindPassword: PASSWORD
99   elasticsearch-curator:
100     enabled: false
101
102   elasticsearch-exporter:
103     enabled: false