mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Merge pull request #47 from aschepis/patch-1
[docs] Fix serving cert path config in deployment spec
This commit is contained in:
commit
42e839ece7
1 changed files with 2 additions and 2 deletions
|
|
@ -245,8 +245,8 @@ spec:
|
|||
- --secure-port=6443
|
||||
- --logtostderr=true
|
||||
# use your serving certs
|
||||
- --tls-cert-file=/var/run/serving-cert/tls.crt
|
||||
- --tls-private-key-file=/var/run/serving-cert/tls.key
|
||||
- --tls-cert-file=/var/run/serving-certs/tls.crt
|
||||
- --tls-private-key-file=/var/run/serving-certs/tls.key
|
||||
# Prometheus is running in the same pod, so you can say your Prometheus
|
||||
# is at `localhost`
|
||||
- --prometheus-url=http://localhost:9090
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue