Skip to content

Commit

Permalink
Merge pull request #295 from openinfradev/fix_etcd_servicemonitor
Browse files Browse the repository at this point in the history
lma: fix etcd servicemonitor
  • Loading branch information
seungkyua authored Nov 24, 2023
2 parents 8e1e38b + 978dbc2 commit 7e07078
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,7 @@ spec:
endpoints: []
serviceMonitor:
interval: TO_BE_FIXED
caFile: /etc/prometheus/secrets/etcd-client-cert/etcd-ca
certFile: /etc/prometheus/secrets/etcd-client-cert/etcd-client
insecureSkipVerify: false
keyFile: /etc/prometheus/secrets/etcd-client-cert/etcd-client-key
scheme: https
serverName: localhost
scheme: http
kubeScheduler:
enabled: false
kubeProxy:
Expand Down

0 comments on commit 7e07078

Please sign in to comment.