Expose Elasticsearch through internal AWS LB

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-05-03 12:39:47 +02:00
parent 6d9e2eeb63
commit 9d46389431

View File

@@ -458,6 +458,17 @@ releases:
memory: 4Gi
heapSize: "2048m"
- service:
type: LoadBalancer
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: "nlb-ip"
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
ports:
- name: elasticsearch
port: 9200
targetPort: 9200
protocol: TCP
- name: elasticsearch-curator
condition: elastic.enabled
namespace: {{ .Environment.Values.monitoring.namespace }}