Skip to content

Commit

Permalink
add Grafama to the GitOps Catalog (close #32) (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Apr 23, 2024
1 parent bcebacc commit 4ff3e1b
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
27 changes: 27 additions & 0 deletions grafana/components/grafana/grafana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: '20'
name: <CLUSTER_NAME>-grafana
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: grafana
name: <CLUSTER_DESTINATION>
project: <PROJECT>
source:
chart: grafana
repoURL: https://grafana.github.io/helm-charts
targetRevision: 7.3.9
helm:
releaseName: grafana
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
23 changes: 23 additions & 0 deletions grafana/grafana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <CLUSTER_NAME>-grafana
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '100'
spec:
project: default
source:
repoURL: <GITOPS_REPO_URL>
path: <REGISTRY_PATH>/components/grafana
targetRevision: HEAD
destination:
name: in-cluster
namespace: grafana
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
7 changes: 7 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ apps:
description: "Goldilocks is a utility that can help you identify a starting point for resource requests and limits."
category: Monitoring

- name: grafana
displayName: Grafana
website: "https://github.com/grafana/grafana"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/grafana.svg"
description: "The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and more."
category: Observability

- name: kratix
displayName: Kratix
website: "https://github.com/syntasso/kratix"
Expand Down
21 changes: 21 additions & 0 deletions logos/grafana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ff3e1b

Please sign in to comment.