Skip to content

Commit 8762155

Browse files
Reinstall prometheus-stack via ArgoCD
- Uncomment Application manifest - Re-add to kustomization - Includes Replace=true sync option to avoid annotation size limits 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cef6a64 commit 8762155

2 files changed

Lines changed: 25 additions & 26 deletions

File tree

cluster/argocd/apps/bedrock/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ resources:
99
- ingress-public.yaml
1010
- ingress-private.yaml
1111
- loki.yaml
12-
# - prometheus-stack.yaml # temporarily removed for reinstall
12+
- prometheus-stack.yaml
Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
# Prometheus - Helm
2-
# NOT IN USE
3-
# apiVersion: argoproj.io/v1alpha1
4-
# kind: Application
5-
# metadata:
6-
# name: prometheusstack
7-
# spec:
8-
# project: default
9-
# source:
10-
# repoURL: "git@github.com:politeauthority/colfax-ops.git"
11-
# path: cluster/bedrock/monitoring/prometheus-stack/
12-
# targetRevision: main
13-
# helm:
14-
# valueFiles:
15-
# - values-colfax.yaml
16-
# sources: []
17-
# destination:
18-
# namespace: monitoring
19-
# name: in-cluster
20-
# syncPolicy:
21-
# automated:
22-
# prune: true
23-
# syncOptions:
24-
# - CreateNamespace=true
25-
# - ServerSideApply=true
26-
# - Replace=true
2+
apiVersion: argoproj.io/v1alpha1
3+
kind: Application
4+
metadata:
5+
name: prometheusstack
6+
spec:
7+
project: default
8+
source:
9+
repoURL: "git@github.com:politeauthority/colfax-ops.git"
10+
path: cluster/bedrock/monitoring/prometheus-stack/
11+
targetRevision: main
12+
helm:
13+
valueFiles:
14+
- values-colfax.yaml
15+
sources: []
16+
destination:
17+
namespace: monitoring
18+
name: in-cluster
19+
syncPolicy:
20+
automated:
21+
prune: true
22+
syncOptions:
23+
- CreateNamespace=true
24+
- ServerSideApply=true
25+
- Replace=true

0 commit comments

Comments
 (0)