Skip to content

Commit

Permalink
Merge branch 'main' into ref-k8s-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Nov 25, 2024
2 parents 2c14f8f + 77e6825 commit 95c7c05
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <CLUSTER_NAME>-grapple-solution-framework
namespace: argocd
spec:
project: <PROJECT>
source:
repoURL: "public.ecr.aws/p7h7z5g3"
targetRevision: "0.2.8"
chart: "grapple-installer"
helm:
values: |
platform: "Kubefirst"
kubeblocks:
enabled: true
grapple:
dns: "<DOMAIN_NAME>"
version: "0.2.8"
kubefirst:
provider: "<CLOUD_PROVIDER>"
region: "<CLOUD_REGION>"
cluster:
name: "<CLUSTER_NAME>"
id: "<CLUSTER_ID>"
organization: "<GITHUB_OWNER><GITLAB_OWNER>"
githubuser: "<GITHUB_USER>"
gitlabuser: "<GITLAB_USER>"
destination:
name: <CLUSTER_DESTINATION>
namespace: grpl-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
23 changes: 23 additions & 0 deletions grapple-solution-framework/grapple-solution-framework.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>-grapple-solution-framework-components
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '150'
spec:
project: default
source:
repoURL: <GITOPS_REPO_URL>
path: <REGISTRY_PATH>/components/grapple-solution-framework
targetRevision: HEAD
destination:
name: in-cluster
namespace: grpl-system
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 @@ -77,6 +77,13 @@ apps:
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: grapple-solution-framework
displayName: "grapple solution framework"
website: "https://www.grapple-solutions.com/"
imageUrl: "https://grapple-solutions.com/wp-content/uploads/2024/11/grapple-logo-with-slogan.png"
description: "Turbo-Boost your development project with automation using the grapple solution framework. Instant API and UI module generate in your kubernetes cluster or your development project."
category: Architecture

- name: kafka
displayName: Kafka
website: "https://kafka.apache.org/"
Expand Down

0 comments on commit 95c7c05

Please sign in to comment.