Skip to content

Commit

Permalink
Merge pull request #593 from aneeshkp/fix-multus-metrics-tls-to-local…
Browse files Browse the repository at this point in the history
…host

Fix multus metrics endpoint  to listen to localhost only
  • Loading branch information
openshift-merge-robot committed Apr 16, 2020
2 parents 3d5e984 + 1684e77 commit d1459b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- -tls-private-key-file=/etc/webhook/tls.key
- -tls-cert-file=/etc/webhook/tls.crt
- -alsologtostderr=true
- -metrics-listen-address=0.0.0.0:9091
- -metrics-listen-address=127.0.0.1:9091
volumeMounts:
- name: webhook-certs
mountPath: /etc/webhook
Expand Down

0 comments on commit d1459b8

Please sign in to comment.