diff options
author | makefunstuff <[email protected]> | 2024-06-29 02:17:34 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 02:17:34 +0200 |
commit | a84fa517aca01e6cdf336e7cb78b7526471441db (patch) | |
tree | 9df161f7ec14d8369c427941b144c641db12fcb0 /tools | |
parent | f8196433553362d31696e107fa61975bf8cd794c (diff) | |
download | k3s-lab-a84fa517aca01e6cdf336e7cb78b7526471441db.tar.gz |
revert to the state where elastic at least worked
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/values.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |