++ add signoz otel compatibility service

This commit is contained in:
Kochetkov S 2026-06-25 17:14:28 +03:00
parent 5995e6ff11
commit 7830bd2f08
2 changed files with 27 additions and 0 deletions

View File

@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- signoz-compat.yaml
patches:
- path: opentelemetry-collector.yaml

View File

@ -0,0 +1,26 @@
apiVersion: v1
kind: Namespace
metadata:
name: signoz
---
apiVersion: v1
kind: Service
metadata:
name: signoz-otel-collector-external
namespace: signoz
spec:
type: ExternalName
externalName: otel-collector.opentelemetry-collector.svc.cluster.local
ports:
- name: otlp-grpc
port: 4317
targetPort: 4317
protocol: TCP
- name: otlp-http
port: 4318
targetPort: 4318
protocol: TCP
- name: zipkin
port: 9411
targetPort: 9411
protocol: TCP