mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-01 19:37:57 +00:00
Fix missing repo, increase logstash resources and remove Elasticsearch internal LoadBalancer resource
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
@@ -23,6 +23,8 @@ repositories:
|
|||||||
url: https://charts.jetstack.io
|
url: https://charts.jetstack.io
|
||||||
- name: prometheus-community
|
- name: prometheus-community
|
||||||
url: https://prometheus-community.github.io/helm-charts
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
|
- name: projectcalico
|
||||||
|
url: https://projectcalico.docs.tigera.io/charts
|
||||||
|
|
||||||
environments:
|
environments:
|
||||||
azure:
|
azure:
|
||||||
@@ -458,17 +460,6 @@ 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 }}
|
||||||
@@ -568,6 +559,11 @@ releases:
|
|||||||
values:
|
values:
|
||||||
- image: docker.elastic.co/logstash/logstash
|
- image: docker.elastic.co/logstash/logstash
|
||||||
- replicas: 1
|
- replicas: 1
|
||||||
|
- resources:
|
||||||
|
limits:
|
||||||
|
memory: 2Gi
|
||||||
|
requests:
|
||||||
|
memory: 2Gi
|
||||||
- logstashConfig:
|
- logstashConfig:
|
||||||
logstash.yml: |
|
logstash.yml: |
|
||||||
http.host: 0.0.0.0
|
http.host: 0.0.0.0
|
||||||
@@ -709,6 +705,7 @@ releases:
|
|||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "http://elasticsearch-client.{{ .Environment.Values.monitoring.namespace }}.svc.cluster.local:9200"
|
hosts => "http://elasticsearch-client.{{ .Environment.Values.monitoring.namespace }}.svc.cluster.local:9200"
|
||||||
index => "logstash-%{+YYYY.MM.dd}"
|
index => "logstash-%{+YYYY.MM.dd}"
|
||||||
|
document_type => "_doc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user