Skip to content

Commit d8ca4db

Browse files
authored
chore: remove NEXT_PUBLIC_URL from app configmap (#52)
Fixes: HDX-1871
1 parent b82c57d commit d8ca4db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/giant-dots-leave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"helm-charts": patch
3+
---
4+
5+
chore: Remove NEXT_PUBLIC_URL from configmap as it is not needed

charts/hdx-oss-v2/templates/configmaps/app-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ data:
1818
HYPERDX_LOG_LEVEL: "{{ .Values.hyperdx.logLevel }}"
1919
MINER_API_URL: "http://{{ include "hdx-oss.fullname" . }}-miner:5123"
2020
MONGO_URI: "{{ tpl .Values.hyperdx.mongoUri . }}"
21-
NEXT_PUBLIC_SERVER_URL: "http://localhost:{{ .Values.hyperdx.apiPort }}"
2221
OTEL_SERVICE_NAME: "hdx-oss-api"
2322
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"
2423
CRON_IN_APP_DISABLED: "{{ .Values.tasks.enabled | default false }}"

0 commit comments

Comments
 (0)