diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index cdf65a1..ef567df 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -26,5 +26,26 @@ spec: name: storage-service ports: - containerPort: 8000 + - name: jaeger-agent + image: jaegertracing/jaeger-agent:latest + imagePullPolicy: IfNotPresent + ports: + - containerPort: 5775 + name: zk-compact-trft + protocol: UDP + - containerPort: 5778 + name: config-rest + protocol: TCP + - containerPort: 6831 + name: jg-compact-trft + protocol: UDP + - containerPort: 6832 + name: jg-binary-trft + protocol: UDP + - containerPort: 14271 + name: admin-http + protocol: TCP + args: + - --reporter.grpc.host-port=dns:///woolsey.tormakristof.eu:14250 imagePullSecrets: - name: regcred