commit 85cfef6392318b683b7f7a38965c975d816cf22c parent b0e45a0e4b897b65a07d6f7a25892dcc5f917ac9 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:03:00 +0200 Partially install the monitoring stack Diffstat:
| M | apps/talos_cluster/namespaces/kustomization.yaml | | | 1 | + |
| A | apps/talos_cluster/namespaces/monitoring.yaml | | | 4 | ++++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - envoy.yaml + - monitoring.yaml diff --git a/apps/talos_cluster/namespaces/monitoring.yaml b/apps/talos_cluster/namespaces/monitoring.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: monitoring