Difference between revisions of "Prometheus: values.yml"
Jump to navigation
Jump to search
m (Newworld moved page Prometheus values.yml to Prometheus: values.yml) |
|||
Line 17: | Line 17: | ||
* <code>[[values.yml]]</code> | * <code>[[values.yml]]</code> | ||
* <code>[[kubectl get ingress -A]]</code> | * <code>[[kubectl get ingress -A]]</code> | ||
− | * [[helm install prometheus|Prometheus installation]] | + | * [[helm install prometheus|Prometheus installation]]: <code>[[helm install prometheus]]</code> |
== See also == | == See also == |
Revision as of 19:09, 1 March 2023
ingress: enabled: false # For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress # ingressClassName: nginx
helm upgrade --install prometheus prometheus-community/prometheus --set ingress.enabled=true --set ingress.ingresClassName=alb
Related
See also
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: