X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F20-Monitoring%2Fhelm%2Felfkp%2Fvalues.yaml;fp=ric-infra%2F20-Monitoring%2Fhelm%2Felfkp%2Fvalues.yaml;h=eff02e788e62850d1314d24df0f8b07ef8e8d0d9;hb=e01667fb0798c859ec9eeaba88bfb13951efe5f2;hp=0000000000000000000000000000000000000000;hpb=ad7f56d736f082b4882ca9be81ae40c27e240881;p=it%2Fdep.git diff --git a/ric-infra/20-Monitoring/helm/elfkp/values.yaml b/ric-infra/20-Monitoring/helm/elfkp/values.yaml new file mode 100644 index 00000000..eff02e78 --- /dev/null +++ b/ric-infra/20-Monitoring/helm/elfkp/values.yaml @@ -0,0 +1,103 @@ +# Default values for elk. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +prometheus: + enabled: true + + # individual component configs + # full listing: https://github.com/helm/charts/tree/master/stable/prometheus + alertmanager: + enabled: true + persistentVolume: + enabled: false + kubeStateMetrics: + enabled: true + nodeExporter: + enabled: false + pushgateway: + enabled: false + persistentVolume: + enabled: false + server: + persistentVolume: + enabled: false + + + +elastic-stack: + enabled: true + + # individual component configs + # full listing: https://github.com/helm/charts/tree/master/stable/elastic-stack + elasticsearch: + enabled: true + data: + persistence: + enabled: false + master: + persistence: + enabled: false + + kibana: + enabled: true + env: + ELASTICSEARCH_URL: http://http.default.svc.cluster.local:9200 + + logstash: + enabled: true + persistence: + enabled: false + # elasticsearch: + # host: elastic-stack-elasticsearch-client + + filebeat: + enabled: false + # config: + # output.file.enabled: false + # output.logstash: + # hosts: ["elastic-stack-logstash:5044"] + # indexTemplateLoad: + # - elastic-stack-elasticsearch-client:9200 + + fluentd: + enabled: false + + fluent-bit: + enabled: false + + fluentd-elasticsearch: + enabled: false + + nginx-ldapauth-proxy: + enabled: false + # Example config to get it working with ELK. Adjust as you need to. + # proxy: + # port: 5601 + # # This is the internal hostname for the kibana service + # host: "elk-kibana.default.svc.cluster.local" + # authName: "ELK:Infrastructure:LDAP" + # ldapHost: "ldap.example.com" + # ldapDN: "dc=example,dc=com" + # ldapFilter: "objectClass=organizationalPerson" + # ldapBindDN: "cn=reader,dc=example,dc=com" + # requires: + # - name: "ELK-USER" + # filter: "cn=elkuser,ou=groups,dc=example,dc=com" + # ingress: + # enabled: true + # hosts: + # - "elk.example.com" + # annotations: + # kubernetes.io/ingress.class: nginx + # tls: + # - hosts: + # - elk.example.com + # secretName: example-elk-tls + # secrets: + # ldapBindPassword: PASSWORD + elasticsearch-curator: + enabled: false + + elasticsearch-exporter: + enabled: false