We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82c57d commit d8ca4dbCopy full SHA for d8ca4db
.changeset/giant-dots-leave.md
@@ -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
@@ -18,7 +18,6 @@ data:
18
HYPERDX_LOG_LEVEL: "{{ .Values.hyperdx.logLevel }}"
19
MINER_API_URL: "http://{{ include "hdx-oss.fullname" . }}-miner:5123"
20
MONGO_URI: "{{ tpl .Values.hyperdx.mongoUri . }}"
21
- NEXT_PUBLIC_SERVER_URL: "http://localhost:{{ .Values.hyperdx.apiPort }}"
22
OTEL_SERVICE_NAME: "hdx-oss-api"
23
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"
24
CRON_IN_APP_DISABLED: "{{ .Values.tasks.enabled | default false }}"
0 commit comments