Hey everyone, my applications are deployed into th...
# support
n
Hey everyone, my applications are deployed into three separate environments (
Testing
,
Staging
, and
Production
), yet they share the same cluster due to cost reasons. The cluster has a single deployment of
signoz/k8s-infra
, for which the environment in the helm values was set as
deploymentEnvironment: multi-env
. Now SigNoz is just showing multi-env as a possible environment when e.g. browsing through the data in the service tab in SigNoz Cloud. Obviously deploying the k8s-infra chart three times, one for each environment, is a massive overhead just to maintain correct environment mapping. Is there a possibility to do it any other way?