diff options
author | makefunstuff <[email protected]> | 2024-06-28 23:40:00 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 23:40:00 +0200 |
commit | 0e4d3ba9a0fac385923a994cabb1f1fd191bc71a (patch) | |
tree | 3ed1265da47770d42e45079cc7d3ca24eeae9996 /tools | |
parent | 0495bb3709dd68b9aecd459cd4f2f1cb14fb8f87 (diff) | |
download | k3s-lab-0e4d3ba9a0fac385923a994cabb1f1fd191bc71a.tar.gz |
upd
Diffstat (limited to '')
-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 |