mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +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/
|
- --prometheus-url=http://prometheus.prom.svc:9090/
|
||||||
- --metrics-relist-interval=1m
|
- --metrics-relist-interval=1m
|
||||||
- --v=10
|
- --v=10
|
||||||
- --config=/default-config.yaml
|
- --config=/etc/adapter/config.yaml
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6443
|
- containerPort: 6443
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue