mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add SERVER_OPEN_TELEMETRY_INGEST_HOSTNAME to Helm template and update tag replacement in change-release-to-test-tag script
This commit is contained in:
@@ -66,6 +66,8 @@ Usage:
|
||||
value: {{ $.Release.Name }}-incoming-request-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}
|
||||
- name: SERVER_FLUENT_INGEST_HOSTNAME
|
||||
value: {{ $.Release.Name }}-fluent-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}
|
||||
- name: SERVER_OPEN_TELEMETRY_INGEST_HOSTNAME
|
||||
value: {{ $.Release.Name }}-open-telemetry-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}
|
||||
- name: SERVER_TEST_SERVER_HOSTNAME
|
||||
value: {{ $.Release.Name }}-test-server.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }}
|
||||
- name: SERVER_OTEL_COLLECTOR_HOSTNAME
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This is used to change the release tag to test tag for the tests
|
||||
|
||||
# Replace APP_TAG in config.env to test
|
||||
sed -i 's/APP_TAG=latest/APP_TAG=test/g' config.env
|
||||
sed -i 's/APP_TAG=release/APP_TAG=test/g' config.env
|
||||
Reference in New Issue
Block a user