++ add signoz otel compatibility service
This commit is contained in:
parent
5995e6ff11
commit
7830bd2f08
@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
- signoz-compat.yaml
|
||||||
patches:
|
patches:
|
||||||
- path: opentelemetry-collector.yaml
|
- path: opentelemetry-collector.yaml
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user