diff options
author | makefunstuff <[email protected]> | 2024-06-29 00:22:08 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 00:22:08 +0200 |
commit | 966c6e19d4ac2955f74a9feb236ddfeef1757d66 (patch) | |
tree | 21278322d4333a26a3a2fd144d9bb563e80983bb /tools/elasticsearch | |
parent | 38e7a6644ab94860b72bf230454f6ee7c1826ad3 (diff) | |
download | k3s-lab-966c6e19d4ac2955f74a9feb236ddfeef1757d66.tar.gz |
update
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/values.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml index 6d3b1a0..eac27df 100644 --- a/tools/elasticsearch/values.yaml +++ b/tools/elasticsearch/values.yaml @@ -10,15 +10,6 @@ elasticsearch: networkPolicy: http: enabled: true - additionalRules: - - from: - - podSelector: - matchLabels: - app.kubernetes.io/name: logstash - - from: - - podSelector: - matchLabels: - app.kubernetes.io/name: grafana labels: app.kubernetes.io/name: elasticsearch @@ -50,3 +41,4 @@ logstash: } labels: app.kubernetes.io/name: logstash + elasticsearch-master-http-client: true |