ptlrs commented on code in PR #9099:
URL: https://github.com/apache/ozone/pull/9099#discussion_r2403870057


##########
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml:
##########
@@ -32,13 +32,10 @@ spec:
         component: jaeger
     spec:
       containers:
-      - name: jaeger
-        image: jaegertracing/all-in-one:latest
-        ports:
-        - containerPort: 16686
-          name: web
-        - containerPort: 4317
-          name: otlp-grpc
-        env:
-        - name: COLLECTOR_ZIPKIN_HTTP_PORT
-          value: "9411"
+        - name: jaeger
+          image: jaegertracing/jaeger:latest
+          ports:
+            - containerPort: 16686
+              name: web
+            - containerPort: 4317
+              name: otlp-grpc

Review Comment:
   Thanks @adoroszlai. This slipped through. Just fixed it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to