Skip to content

Commit

Permalink
feat(k8s/jaeger): expose otlp collector endpoint as LoadBalancer
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Apr 29, 2024
1 parent 5dfc77a commit e0ced6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ apiVersion: v1
kind: Service
metadata:
name: otlp
annotations:
metallb.universe.tf/loadBalancerIPs: "${METALLB_OTEL_COLLECTOR}"
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- name: otlp-grpc
port: 4317
Expand Down
1 change: 1 addition & 0 deletions evaluation/kubernetes/flux/vars/cluster-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ data:
METALLB_K8S_GATEWAY_ADDR: "192.168.49.20"
METALLB_INGRESS_ADDR: "192.168.49.21"
METALLB_JAEGER_QUERY: "192.168.49.22"
METALLB_OTEL_COLLECTOR: "192.168.49.23"

# TODO: replace to real secret domain
SECRET_DOMAIN: "my-example.com"

0 comments on commit e0ced6e

Please sign in to comment.