Add unified logs platform with Helm-managed central Elasticsearch.
Deploy cloudhost-logging on cluster registration, ship app and optional service logs to ES with owner isolation, and fix Kibana 8.12 auth via kibana_system. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
namespace: logging
|
||||
|
||||
elasticPassword: ""
|
||||
fluentbitPassword: ""
|
||||
kibanaSystemPassword: ""
|
||||
|
||||
clusterName: cloudhost-logs
|
||||
|
||||
storage: 50Gi
|
||||
|
||||
images:
|
||||
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.12.0
|
||||
kibana: docker.elastic.co/kibana/kibana:8.12.0
|
||||
busybox: busybox:1.36
|
||||
curl: curlimages/curl:8.5.0
|
||||
|
||||
elasticsearch:
|
||||
javaOpts: "-Xms1g -Xmx1g"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 2Gi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 4Gi
|
||||
|
||||
kibana:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 384Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
Reference in New Issue
Block a user