mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-01 03:18:01 +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
|
memory: 4Gi
|
||||||
heapSize: "2048m"
|
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
|
- name: elasticsearch-curator
|
||||||
condition: elastic.enabled
|
condition: elastic.enabled
|
||||||
namespace: {{ .Environment.Values.monitoring.namespace }}
|
namespace: {{ .Environment.Values.monitoring.namespace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user