noheat: Upgrades, refactor, deploy Devstack
[integration.git] / deployment / noheat / cluster-rke / ansible / roles / deps / tasks / prometheus.yml
1 ---
2 - name: Add prometheus Helm repository
3   kubernetes.core.helm_repository:
4     name: prometheus
5     repo_url: https://prometheus-community.github.io/helm-charts
6
7 - name: Deploy Prometheus charts
8   kubernetes.core.helm:
9     name: prometheus
10     chart_version: "{{ prometheus_version }}"
11     chart_ref: prometheus/kube-prometheus-stack
12     release_namespace: prometheus
13     create_namespace: true