Hey there, while I was following kubernetes instal...
# support
a
Hey there, while I was following kubernetes installation method, I stumbled upon signup issues asking admin to invite and when I tried installing otel collector as self hosted, I had a confusion. how will I know the deployenv since I have no sample application running yet and how to expose otelcollector ep? Do I have to again port forward or fqdn? Am I following right way?
Copy code
global:
  cloud: others
  clusterName: minikube
  deploymentEnvironment: staging
otelCollectorEndpoint: <IP-or-Endpoint-of-SigNoz-OtelCollector>:4317
otelInsecure: true
presets:
  otlpExporter:
    enabled: true
  loggingExporter:
    enabled: false