Docs: Enable metrics in manifest-based deployments. (#13235)
Co-authored-by: Felipe Rubio <felipe.andrez@live.cl>
This commit is contained in:
parent
97da33b607
commit
41a861e928
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
|
|||
spec:
|
||||
containers:
|
||||
- name: controller
|
||||
args:
|
||||
..
|
||||
- '--enable-metrics=true'
|
||||
ports:
|
||||
- name: prometheus
|
||||
containerPort: 10254
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue