1
0
Fork 0

Compare commits

..

No commits in common. "43d0f8375394fa3ed6c078b9e4a2fdfa1069e31d" and "445a04786402cff4ee4252cd6949cc4009b0fb4b" have entirely different histories.

2 changed files with 4 additions and 79 deletions

View file

@ -13,13 +13,10 @@ spec:
source: source:
repoURL: https://grafana.github.io/helm-charts repoURL: https://grafana.github.io/helm-charts
chart: grafana chart: grafana
targetRevision: "6.50.6" targetRevision: "6.50.0"
helm: helm:
releaseName: grafana-ops releaseName: grafana-ops
values: | values: |
deploymentStrategy:
type: Recreate
ingress: ingress:
enabled: true enabled: true
@ -52,16 +49,12 @@ spec:
datasources.yaml: datasources.yaml:
apiVersion: 1 apiVersion: 1
datasources: datasources:
- name: Prometheus - name: Cluster Prometheus
type: prometheus
url: http://ops-prometheus.monitoring-ops:9090
access: proxy
isDefault: true
- name: In-Cluster Prometheus
type: prometheus type: prometheus
url: http://monitoring-prometheus.monitoring:9090 url: http://monitoring-prometheus.monitoring:9090
access: proxy access: proxy
- name: In-Cluster Loki isDefault: true
- name: Cluster Loki
type: loki type: loki
url: http://loki-gateway.logging:80 url: http://loki-gateway.logging:80
access: proxy access: proxy

View file

@ -1,68 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring-ops
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: monitoring-ops
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: "44.3.1"
helm:
releaseName: monitoring-ops
skipCrds: true
values: |
cleanPrometheusOperatorObjectNames: true
fullnameOverride: ops
defaultRules:
create: false
prometheus:
podDisruptionBudget:
enabled: true
minAvailable: 1
maxUnavailable: ""
prometheusSpec:
logFormat: json
retention: 5d
replicas: 2
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: hcloud-volumes
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 50Gi
alertmanager:
enabled: false
prometheusOperator:
enabled: false
grafana:
enabled: false
kubeStateMetrics:
enabled: false
nodeExporter:
enabled: false
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true