Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Oct 23, 2023
1 parent 65ca5e3 commit 7ffdc29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,10 @@ grafana:
runAsUser: 1337
podLabels:
sidecar.istio.io/inject: "true"
serviceMonitor:
scheme: https
tlsConfig:
caFile: /etc/prometheus/secrets/istio.default/root-cert.pem
certFile: /etc/prometheus/secrets/istio.default/cert-chain.pem
insecureSkipVerify: true
keyFile: /etc/prometheus/secrets/istio.default/key.pem

0 comments on commit 7ffdc29

Please sign in to comment.