mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-10-29 10:02:33 +00:00
Expose Elasticsearch through internal AWS LB
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user