blumeops/argocd/manifests/tempo/kustomization.yaml
Erich Blume 2ca63f8d21 Point Tempo at built container image v2.10.3-49ce545
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 13:40:02 -07:00

20 lines
382 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: "v2.10.3-49ce545"
configMapGenerator:
- name: tempo-config
files:
- tempo.yaml