Skip to content

Commit

Permalink
Fix some issues with prom and thanos configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Jan 9, 2025
1 parent e148e7d commit 9332f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/prometheus/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metadata:
name: prometheus-messaging
namespace: argocd
spec:
project: prod
project: messaging
source:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 67.9.0
Expand Down Expand Up @@ -77,7 +77,7 @@ metadata:
name: prometheus-staging
namespace: argocd
spec:
project: prod
project: staging
source:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 67.9.0
Expand Down Expand Up @@ -115,7 +115,7 @@ metadata:
name: prometheus-management
namespace: argocd
spec:
project: prod
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 67.9.0
Expand All @@ -134,7 +134,7 @@ spec:
name: thanos
destination:
namespace: monitoring-system
name: default
name: in-cluster
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion apps/thanos/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values: |
destination:
namespace: monitoring-system
name: default
name: in-cluster
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 9332f4b

Please sign in to comment.