diff --git a/base/apps/base/jena-fuseki-exporter.yaml b/base/apps/base/jena-fuseki-exporter.yaml new file mode 100644 index 0000000..f3bbdf4 --- /dev/null +++ b/base/apps/base/jena-fuseki-exporter.yaml @@ -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 \ No newline at end of file diff --git a/base/apps/base/kustomization.yaml b/base/apps/base/kustomization.yaml index 44d3ca8..8c9f23a 100644 --- a/base/apps/base/kustomization.yaml +++ b/base/apps/base/kustomization.yaml @@ -4,5 +4,6 @@ resources: - local-path-storage.yaml - nginx-ingress.yaml - jena-fuseki.yaml + - jena-fuseki-explorer.yaml - longhorn.yaml - jenkins.yaml