Skip to content

Conversation

@akalitenya
Copy link

fix for the Issue - #157

helm template clickstack clickstack/clickstack --version 1.0.1 --show-only templates/configmaps/app-configmap.yaml --set hyperdx.usageStatsEnabled=false > _templates/clickstack-1-0-1-show-only.yaml

---
# Source: clickstack/templates/configmaps/app-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
  name: clickstack-app-config
  labels:
    helm.sh/chart: clickstack-1.0.1
    app.kubernetes.io/name: clickstack
    app.kubernetes.io/instance: clickstack
    app.kubernetes.io/version: "2.8.0"
    app.kubernetes.io/managed-by: Helm
data:
  APP_PORT: "3000"
  API_PORT: "8000"
  FRONTEND_URL: "http://localhost:3000"
  HYPERDX_API_PORT: "8000"
  HYPERDX_APP_PORT: "3000"
  HYPERDX_LOG_LEVEL: "info"
  MINER_API_URL: "http://clickstack-miner:5123"
  MONGO_URI: "mongodb://clickstack-mongodb:27017/hyperdx"
  OTEL_SERVICE_NAME: "hdx-oss-api"
  USAGE_STATS_ENABLED: "true"
  RUN_SCHEDULED_TASKS_EXTERNALLY: "false"
  OPAMP_PORT: "4320"
  OTEL_EXPORTER_OTLP_ENDPOINT: "http://clickstack-otel-collector:4318"

@CLAassistant
Copy link

CLAassistant commented Dec 16, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants