Skip to content

Commit

Permalink
add db playground
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Nov 1, 2023
1 parent 985eb00 commit 500b36b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/applications/arangodb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# arangodb (GraphDB)

[arangodb](https://www.arangodb.com/)

19 changes: 19 additions & 0 deletions src/applications/arangodb/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: arangodb
spec:
destination:
name: in-cluster
namespace: arangodb
project: default
source:
path: chart/kube-arangodb
repoURL: https://github.com/arangodb/kube-arangodb.git
targetRevision: 1.2.32

helm:
releaseName: arangodb
# https://github.com/arangodb/kube-arangodb/blob/1.2.32/chart/kube-arangodb/values.yaml
values: |
# tbd
5 changes: 5 additions & 0 deletions src/applications/arangodb/deploy/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- application.yaml

0 comments on commit 500b36b

Please sign in to comment.