aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/roles/deps/tasks/prometheus.yml
blob: e046cddb8ea117948c2993c23a3767ef437720b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Add prometheus Helm repository
  kubernetes.core.helm_repository:
    name: prometheus
    repo_url: https://prometheus-community.github.io/helm-charts

- name: Deploy Prometheus charts
  kubernetes.core.helm:
    name: prometheus
    chart_version: "{{ prometheus_version }}"
    chart_ref: prometheus/kube-prometheus-stack
    release_namespace: prometheus
    create_namespace: true