Skip to content

Commit 3c82e6a

Browse files
committed
🚀 Also fix the service monitor.
1 parent 2c2b21b commit 3c82e6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎config/prometheus/monitor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ spec:
1111
endpoints:
1212
- path: /metrics
1313
port: https
14+
scheme: https
15+
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
16+
tlsConfig:
17+
insecureSkipVerify: true # for now
1418
selector:
1519
matchLabels:
1620
control-plane: controller-manager

0 commit comments

Comments
 (0)