This reverts commit fd13b8a. The registry-host migration broke image pulls for home-services/portfolio (internal CA not trusted by containerd) and has left them Degraded for 11 days; reverting back to gitea.nik4nao.com pending a decision on how to proceed. Not pushed yet. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
28 lines
700 B
YAML
28 lines
700 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: otel-collector
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
|
|
chart: opentelemetry-collector
|
|
targetRevision: "0.147.1"
|
|
helm:
|
|
releaseName: otel-collector
|
|
valueFiles:
|
|
- $values/values/otel-collector.yaml
|
|
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
|
|
targetRevision: main
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=false
|