UNCLASSIFIED - NO CUI

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

Merge branch 'nexus_metrics_mtls' into 'master'

Updating servicemonitor configuration for nexus metrics

Closes platform-one/big-bang/apps/developer-tools/nexus#40

See merge request platform-one/big-bang/bigbang!2284
parents 092eb66d fcd47feb
No related branches found
No related tags found
1 merge request!2284Updating servicemonitor configuration for nexus metrics
Pipeline #1166104 passed with warnings
......@@ -23,6 +23,15 @@ job_image:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if and .Values.istio.enabled (eq (dig "istio" "mtls" "mode" "STRICT" .Values.addons.velero.values) "STRICT") }}
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 # Prometheus does not support Istio security naming, thus skip verifying target
{{- end }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
......
......@@ -997,7 +997,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git
path: "./chart"
tag: "42.0.0-bb.2"
tag: "42.0.0-bb.3"
# -- Base64 encoded license file.
license_key: ""
......
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