feat: migrate observability stack to flux gitops
Some checks failed
Deploy Cluster / Terraform (push) Successful in 45s
Deploy Cluster / Ansible (push) Failing after 1m11s

This commit is contained in:
2026-03-04 23:38:40 +00:00
parent 480a079dc8
commit 8b403cd1d6
28 changed files with 493 additions and 1 deletions

View File

@@ -99,6 +99,7 @@
- name: Deploy observability stack
hosts: control_plane[0]
become: true
when: not (observability_gitops_enabled | default(true) | bool)
roles:
- observability
@@ -106,6 +107,7 @@
- name: Provision Grafana content
hosts: control_plane[0]
become: true
when: not (observability_gitops_enabled | default(true) | bool)
roles:
- observability-content