UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6f8ebb97 authored by kevin.wilder's avatar kevin.wilder Committed by Micah Nagel
Browse files

Enable elasticsearch metrics mTLS

parent 52dee008
No related branches found
No related tags found
1 merge request!2244Enable elasticsearch metrics mTLS
......@@ -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