UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fcd47feb authored by brandt keller's avatar brandt keller Committed by Ryan Garcia
Browse files

Updating servicemonitor configuration for nexus metrics

parent 092eb66d
No related branches found
No related tags found
1 merge request!2284Updating servicemonitor configuration for nexus metrics
......@@ -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