Skip to content

Commit

Permalink
Remove protobufjs dependency from ProbeIngest and IncomingRequestInge…
Browse files Browse the repository at this point in the history
…st; update probe.yaml for consistent service URL structure
  • Loading branch information
simlarsen committed Nov 21, 2024
1 parent 4fc2029 commit 128aec9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 172 deletions.
2 changes: 1 addition & 1 deletion HelmChart/Public/oneuptime/templates/probe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: OPENTELEMETRY_EXPORTER_OTLP_ENDPOINT
value: {{ $.Values.openTelemetryExporter.endpoint }}
- name: ONEUPTIME_URL
value: http://{{ $.Release.Name }}-probe-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}:{{ $.Values.port.probe-ingest }}
value: http://{{ $.Release.Name }}-probe-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}:{{ $.Values.port.probeIngest }}
- name: PROBE_NAME
value: {{ $val.name }}
- name: PROBE_DESCRIPTION
Expand Down
84 changes: 0 additions & 84 deletions IncomingRequestIngest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion IncomingRequestIngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"dependencies": {
"Common": "file:../Common",
"ejs": "^3.1.10",
"protobufjs": "^7.3.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
Expand Down
86 changes: 1 addition & 85 deletions ProbeIngest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ProbeIngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"dependencies": {
"Common": "file:../Common",
"ejs": "^3.1.10",
"protobufjs": "^7.3.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 128aec9

Please sign in to comment.