Skip to content

Commit f018146

Browse files
committed
Update otel endpoint
1 parent eb0ddbc commit f018146

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/all-cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ data:
404404
readerInterval: 1000
405405
exporter:
406406
type: ${CONFIG_COUNTER_EXPORTER_TYPE:otlp.grpc}
407-
endpoint: ${CONFIG_COUNTER_EXPORTER_ENDPOINT:http://otel-collector.otel.svc:4317}
407+
endpoint: ${CONFIG_COUNTER_EXPORTER_ENDPOINT:http://otel-collector.joylive.svc:4317}
408408
timeout: 5000
409409
410410
injector.yaml: |

deploy/joylive-injector/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ containerArgs:
2424
- --cert=/etc/kubernetes/ssl/dac.pem
2525
- --key=/etc/kubernetes/ssl/dac-key.pem
2626

27-
imagePullSecrets: []
27+
imagePullSecrets: [ ]
2828
nameOverride: ""
2929
fullnameOverride: ""
3030

@@ -53,7 +53,7 @@ agent:
5353
url: http://api.jmsf.local:8080/v1
5454
exporter:
5555
type: otlp.grpc # otlp.grpc
56-
endpoint: http://otel-collector.otel.svc:4317
56+
endpoint: http://otel-collector.joylive.svc:4317
5757
switch:
5858
live: true
5959
lane: false
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)