1. Infrastructure Charts
  2. telemetry-system-components

telemetry-system-components

Deploys resources required for the telemetry-system chart on the tenant cluster.

Deploys resources required for the telemetry-system chart.

This chart must be installed in the tenant cluster.

Install

To install the chart:

helm install my-release oci://ghcr.io/sneakybugs/telemetry-system-components --version 1.0.0 --values values.yaml

Assuming you have a values.yaml with your values overrides:

Upgrade

To upgrade the chart:

helm upgrade my-release oci://ghcr.io/sneakybugs/telemetry-system-components --version 1.0.0 --values values.yaml

Assuming you have a values.yaml with your values overrides:

Uninstall

To uninstall the chart:

helm uninstall my-release

Configuration

ParameterDescriptionDefault
nameOverrideOverride chart name.""
fullnameOverrideOverride full release name.""
telemetryIngress.serviceAnnotations.external-dns.alpha.kubernetes.io/hostname”otel.infra.sneakybugs.com”
lokiEndpointLoki endpoint to push logs to.http://loki:3100/loki/api/v1/push
podMonitorLabels.prometheus”in-cluster”

Star the source on GitHub.