mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-23 23:41:33 +02:00
With the objective of improving our README, customization examples are being moved to a dedicated folder under `docs/`. Signed-off-by: ArthurSens <arthursens2005@gmail.com>
9 lines
323 B
Markdown
9 lines
323 B
Markdown
### NodePorts
|
|
|
|
Another mixin that may be useful for exploring the stack is to expose the UIs of Prometheus, Alertmanager and Grafana on NodePorts:
|
|
|
|
```jsonnet mdox-exec="cat examples/jsonnet-snippets/node-ports.jsonnet"
|
|
(import 'kube-prometheus/main.libsonnet') +
|
|
(import 'kube-prometheus/addons/node-ports.libsonnet')
|
|
```
|