Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Oct 9, 2024
1 parent 3c8ecca commit 30aa509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ appsInfo:
- https://apl-docs.net/docs/apps/loki
- https://grafana.com/docs/loki/latest/
license: AGPL-3.0
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used)
dependencies: Prometheus, Grafana
about: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
integration: Loki can be activated to aggregate all the container logs on the platform and store them in a storage endpoint of choice (defaults to PVC). When APL is configured in multi-tenancy mode, logs will be split-up between team namespaces and made available for team members only. APL shortcuts can be used to provide selections of logs based on interest.
minio:
Expand Down Expand Up @@ -288,7 +288,7 @@ appsInfo:
- https://github.com/rabbitmq/cluster-operator
- https://www.rabbitmq.com
license: MPL-2.0 license
dependencies: ''
dependencies: None
about: RabbitMQ is the most widely deployed open source message broker.
integration: APL install the RabbitMQ-Cluster-Kubernetes-Operator, afterwards users can use the RabbitMQ Catalog item to create RabbitMQ-cluster with queues and policies.
isBeta: true
Expand All @@ -311,7 +311,7 @@ appsInfo:
relatedLinks:
- https://grafana.com/docs/tempo/latest/
license: AGPL-3.0
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used), Otel
dependencies: Prometheus, Grafana, Otel
about: Grafana Tempo is an open source, easy-to-use and high-scale distributed tracing backend. Tempo is cost-efficient, requiring only object storage to operate, and is deeply integrated with Grafana, Prometheus, and Loki.
integration: APL installs and configures Tempo based on best-practices defaults. By default storage is configured to use the tempo bucket of the local Minio instance. For each team a Grafana agent is installed and configured to enable writes to the Tempo cluster.
thanos:
Expand All @@ -323,7 +323,7 @@ appsInfo:
- https://apl-docs/docs/apps/thanos
- https://thanos.io
license: Apache 2.0
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used)
dependencies: Prometheus, Grafana
about: Thanos is a tool to set up a Highly Available Prometheus with long-term storage capabilities.
integration: APL installs and configures Thanos using sidecars ans leverages the central object storage configuration.
trivy:
Expand Down Expand Up @@ -360,6 +360,6 @@ appsInfo:
- https://velero.io/docs/v1.9/
- https://velero.io/docs/main/restic/
license: Apache 2.0
dependencies: Minio (if no external Object Storage is used)
dependencies: None
about: Velero is a tool to back up and restore Kubernetes cluster resources and persistent volumes.
integration: When enabled, Velero can be used to automatically create backups of APL platform services. Based on the selected provider, APL installs required plug-ins. APL also installs the Restic integration for Velero to back up and restore almost any type of Kubernetes volume.

0 comments on commit 30aa509

Please sign in to comment.