Skip to content
Snippets Groups Projects
Unverified Commit a502871b authored by Varac's avatar Varac
Browse files

Rename prometheus-stack to kube-prometheus-stack

parent a9ed0048
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ enabled_applications:
# - 'single-sign-on'
#
# Monitoring components (auto-enabled by GitLab CI)
# - 'prometheus-stack'
# - 'kube-prometheus-stack'
# - 'loki'
# - 'promtail'
# - 'eventrouter'
......
---
- name: Create prometheus auth secret for basic auth
tags:
- prometheus-stack
- kube-prometheus-stack
- config
- secret
k8s:
......@@ -17,7 +17,7 @@
- name: Create alertmanager auth secret for basic auth
tags:
- prometheus-stack
- kube-prometheus-stack
- config
- secret
k8s:
......@@ -36,10 +36,10 @@
- config
- flux
- monitoring
- prometheus-stack
- kube-prometheus-stack
vars:
flux_secret:
name: "prometheus-stack"
name: "kube-prometheus-stack"
namespace: "oas"
include_tasks:
file: flux_secret.yml
......@@ -48,13 +48,13 @@
- config
- flux
- monitoring
- prometheus-stack
- kube-prometheus-stack
- name: Create prometheus-related persistent volumes
tags:
- config
- monitoring
- prometheus-stack
- kube-prometheus-stack
vars:
pvc:
name: "{{ item.name }}"
......@@ -66,7 +66,7 @@
tags:
- config
- monitoring
- prometheus-stack
- kube-prometheus-stack
loop:
- name: "alertmanager"
size: "2Gi"
......
......@@ -10,7 +10,7 @@
import_tasks: letsencrypt.yml
- name: Tasks pertaining to prometheus and grafana
import_tasks: prometheus-stack.yml
import_tasks: kube-prometheus-stack.yml
- name: Tasks pertaining to loki
import_tasks: loki.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment