Skip to content

Commit fd723de

Browse files
author
Angel Martinez
committed
removed unnecessary prefix from the templates files
1 parent 5a8fbf4 commit fd723de

6 files changed

Lines changed: 0 additions & 8 deletions

File tree

opentelemetry-collector/chart/templates/collector-buildconfig.yaml renamed to opentelemetry-collector/chart/templates/buildconfig.yaml

File renamed without changes.

opentelemetry-collector/chart/templates/collector-configmap.yaml renamed to opentelemetry-collector/chart/templates/configmap.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,25 @@ data:
1111
endpoint: 0.0.0.0:4317
1212
http:
1313
endpoint: 0.0.0.0:4318
14-
1514
exporters:
1615
otlphttp:
1716
endpoint: ${OTLP_API_ENDPOINT}
1817
headers:
1918
Authorization: "${OTLP_API_TOKEN}"
20-
2119
debug:
2220
verbosity: normal
23-
2421
extensions:
2522
health_check:
2623
endpoint: ${env:MY_POD_IP}:13133
27-
2824
processors:
2925
batch: {}
3026
memory_limiter:
3127
check_interval: 5s
3228
limit_percentage: 80
3329
spike_limit_percentage: 25
34-
3530
service:
3631
extensions:
3732
- health_check
38-
3933
pipelines:
4034
traces:
4135
receivers: [otlp]
@@ -49,8 +43,6 @@ data:
4943
receivers: [otlp]
5044
processors: [memory_limiter, batch]
5145
exporters: [debug]
52-
53-
5446
telemetry:
5547
metrics:
5648
address: ${env:MY_POD_IP}:8888

opentelemetry-collector/chart/templates/collector-deployment.yaml renamed to opentelemetry-collector/chart/templates/deployment.yaml

File renamed without changes.
File renamed without changes.

opentelemetry-collector/chart/templates/collector-ingress.yaml renamed to opentelemetry-collector/chart/templates/ingress.yaml

File renamed without changes.

opentelemetry-collector/chart/templates/collector-service.yaml renamed to opentelemetry-collector/chart/templates/service.yaml

File renamed without changes.

0 commit comments

Comments
 (0)