Skip to content

Commit

Permalink
fix: master kubelets service monitor in CLZ
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Nov 9, 2022
1 parent 34b4a7a commit 190601f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -42,12 +42,14 @@ spec:
scheme: https
tlsConfig:
insecureSkipVerify: true
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
- interval: 5s
port: kubelet
path: /metrics/cadvisor
scheme: https
tlsConfig:
insecureSkipVerify: true
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
{{end}}
- interval: 5s
port: kube-scheduler
Expand Down

0 comments on commit 190601f

Please sign in to comment.