Skip to content

Commit

Permalink
Merge pull request #2493 from GiganticMinecraft/upgrade_prometheus_ch…
Browse files Browse the repository at this point in the history
…art_config

Upgrade prometheus operator config
  • Loading branch information
outductor authored Feb 7, 2025
2 parents bad7c32 + 48d20f7 commit 6cc1168
Showing 1 changed file with 3 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-crd
namespace: argocd
spec:
project: cluster-wide-apps
source:
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/charts/crds/
targetRevision: kube-prometheus-stack-68.1.0
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
Expand All @@ -41,7 +16,9 @@ spec:
skipCrds: true
values: |
crds:
enabled: false
enabled: true
upgradeJob:
enabled: true
defaultRules:
create: true
rules:
Expand Down

0 comments on commit 6cc1168

Please sign in to comment.