Skip to content

Commit

Permalink
Add Jena Fuseki Exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zharinov committed Dec 11, 2024
1 parent 4b835f4 commit 3336c9b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions base/apps/base/jena-fuseki-exporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jena-fuseki-exporter
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-10"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: dkg-engine
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://glaciation-heu.github.io/jena-fuseki-exporter/helm-charts/
chart: jena-fuseki-exporter
targetRevision: 0.*.*
helm:
valuesObject:
resources:
limits:
cpu: 500m
memory: 200M
requests:
cpu: 500m
memory: 200M
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
1 change: 1 addition & 0 deletions base/apps/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ resources:
- local-path-storage.yaml
- nginx-ingress.yaml
- jena-fuseki.yaml
- jena-fuseki-explorer.yaml
- longhorn.yaml
- jenkins.yaml

0 comments on commit 3336c9b

Please sign in to comment.