diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/elasticsearch/values.yaml | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml index 8037406..e769dc6 100644 --- a/tools/elasticsearch/values.yaml +++ b/tools/elasticsearch/values.yaml @@ -10,23 +10,25 @@ elasticsearch: labels: app.kubernetes.io/name: elasticsearch networkPolicy: + http: enabled: true - allowExternal: false - ingress: - - 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 + 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 |