UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 89a98af7 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch 'elasticsearch-metrics-mtls' into 'master'

Enable elasticsearch metrics mTLS

Closes platform-one/big-bang/apps/core/elasticsearch-kibana#67

See merge request platform-one/big-bang/bigbang!2244
parents 52dee008 6f8ebb97
No related branches found
No related tags found
1 merge request!2244Enable elasticsearch metrics mTLS
Pipeline #1094512 passed with warnings
......@@ -74,6 +74,16 @@ monitoring:
metrics:
enabled: {{ .Values.monitoring.enabled }}
{{- $istioInjection := (and (eq (dig "istio" "injection" "enabled" .Values.logging) "enabled") .Values.istio.enabled) }}
{{- if and (eq (dig "istio" "mtls" "mode" "STRICT" .Values.logging.values) "STRICT") $istioInjection }}
serviceMonitor:
scheme: https
tlsConfig:
caFile: /etc/prom-certs/root-cert.pem
certFile: /etc/prom-certs/cert-chain.pem
keyFile: /etc/prom-certs/key.pem
insecureSkipVerify: true
{{- end }}
elasticsearch:
imagePullSecrets:
......
......@@ -435,7 +435,7 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.12.1-bb.0"
tag: "0.12.1-bb.1"
# -- Flux reconciliation overrides specifically for the Logging (EFK) Package
flux:
......
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