mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
sets the right path for config file
The configmap is mounted under /etc/adapter/config.yaml instead of /default/adapter-config.yaml
This commit is contained in:
parent
3fc2dbdf71
commit
beb6bb9663
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ spec:
|
|||
- --prometheus-url=http://prometheus.prom.svc:9090/
|
||||
- --metrics-relist-interval=1m
|
||||
- --v=10
|
||||
- --config=/default-config.yaml
|
||||
- --config=/etc/adapter/config.yaml
|
||||
ports:
|
||||
- containerPort: 6443
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue