UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 15285024 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

feat: Fluenbit and eck updates, increases log ingestion reliability

parent 80e17177
No related branches found
No related tags found
1 merge request!386Upgrade Fluent-Bit Chart to 0.15.3 and Elasticsearch Chart to 0.1.7-bb.0
Pipeline #213828 passed
......@@ -6,4 +6,7 @@
elasticsearch:
imagePullSecrets:
- name: private-registry
istio:
enabled: {{ .Values.istio.enabled }}
{{- end -}}
......@@ -11,6 +11,26 @@ elasticsearch:
imagePullSecrets:
- name: private-registry
{{- if .Values.monitoring.enabled }}
serviceMonitor:
enabled: true
namespace: monitoring
interval: 10s
scrapeTimeout: 10s
selector:
prometheus: monitoring-monitoring-kube-prometheus
dashboards:
enabled: true
labelKey: grafana_dashboard
namespace: monitoring
{{- end }}
{{- if .Values.istio.enabled }}
podLabels:
traffic.sidecar.istio.io/excludeOutboundPorts: "443"
{{- end }}
{{- if .Values.openshift }}
podSecurityContext:
seLinuxOptions:
......
......@@ -172,7 +172,7 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.1.4-bb.4"
tag: "0.1.7-bb.0"
sso:
# -- Toggle OIDC SSO for Kibana/Elasticsearch on and off.
......@@ -210,7 +210,7 @@ fluentbit:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
path: "./chart"
tag: "0.7.10-bb.0"
tag: "0.15.3-bb.0"
values: {}
# ----------------------------------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment