about summary refs log tree commit diff
path: root/tools/elasticsearch/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/elasticsearch/values.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml
index e769dc6..c052ff4 100644
--- a/tools/elasticsearch/values.yaml
+++ b/tools/elasticsearch/values.yaml
@@ -9,26 +9,6 @@ elasticsearch:
         storage: 10Gi
   labels:
     app.kubernetes.io/name: elasticsearch
-  networkPolicy:
-    http:
-      enabled: true
-    transport:
-      enabled: true
-    additionalRules:
-      - from:
-          - podSelector:
-              matchLabels:
-                app.kubernetes.io/name: logstash
-        ports:
-          - protocol: TCP
-            port: 9200
-      - from:
-          - podSelector:
-              matchLabels:
-                app.kubernetes.io/name: grafana
-        ports:
-          - protocol: TCP
-            port: 9200
 logstash:
   enabled: true
   replicas: 1