From 234c6dc89e1b9b64aec464f5b970715a4f536a91 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Tue, 22 Apr 2025 17:22:26 -0500 Subject: Add monitoring role Only prometheus is deployed, and the PV/PVC for it is accordingly configured --- roles/monitoring/defaults/main.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/monitoring/defaults/main.yaml (limited to 'roles/monitoring/defaults') diff --git a/roles/monitoring/defaults/main.yaml b/roles/monitoring/defaults/main.yaml new file mode 100644 index 0000000..438c4dd --- /dev/null +++ b/roles/monitoring/defaults/main.yaml @@ -0,0 +1,2 @@ +nfs: + path: "/mnt/nfs/k3s/prometheus" -- cgit