blumeops/argocd/manifests/tempo/kustomization.yaml
Erich Blume 49ce545176 Build Tempo container from source via forge mirror (2.10.3)
Replace upstream grafana/tempo image with locally-built container,
following the same two-stage Go build pattern as Loki. Bump 2.10.1 → 2.10.3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 13:33:34 -07:00

20 lines
377 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
- statefulset.yaml
- service.yaml
- ingress-tailscale.yaml
- ingress-tailscale-otlp.yaml
images:
- name: grafana/tempo
newName: registry.ops.eblu.me/blumeops/tempo
newTag: "kustomized"
configMapGenerator:
- name: tempo-config
files:
- tempo.yaml