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>
20 lines
377 B
YAML
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
|