From a84fa517aca01e6cdf336e7cb78b7526471441db Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 29 Jun 2024 03:17:34 +0300 Subject: revert to the state where elastic at least worked --- tools/elasticsearch/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml index 72c450d..f46f594 100644 --- a/tools/elasticsearch/values.yaml +++ b/tools/elasticsearch/values.yaml @@ -1,21 +1,19 @@ elasticsearch: replicas: 1 + minimumMasterNodes: 1 esJavaOpts: "-Xmx1g -Xms1g" volumeClaimTemplate: accessModes: [ "ReadWriteOnce" ] resources: requests: - storage: 30Gi + storage: 10Gi labels: - app: elasticsearch-master + app.kubernetes.io/name: elasticsearch networkPolicy: http: enabled: true transport: enabled: true - protocol: http - httpPort: 9200 - transportPort: 9300 logstash: enabled: true -- cgit 1.4.1-2-gfad0