Difference between revisions of "Prometheus: values.yml"
Jump to navigation
Jump to search
(Created page with "https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml {{Prometheus}}") |
|||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml | + | * https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml |
− | {{Prometheus}} | + | 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 == | ||
+ | * <code>[[values.yml]]</code> | ||
+ | * <code>[[kubectl get ingress -A]]</code> | ||
+ | * [[helm install prometheus|Prometheus installation]]: <code>[[helm install prometheus]]</code> | ||
+ | * [[helm show values prometheus-community/prometheus]] | ||
+ | |||
+ | == See also == | ||
+ | * {{helm install prometheus}} | ||
+ | * {{Prometheus}} | ||
+ | |||
+ | [[Category:Prometheus]] |
Latest revision as of 10:52, 30 November 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[edit]
values.yml
kubectl get ingress -A
- Prometheus installation:
helm install prometheus
- helm show values prometheus-community/prometheus
See also[edit]
helm install prometheus, Prometheus: values.yml
- 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: