Skip to content

Commit 8c18624

Browse files
committed
Drop self-hosted SigNoz
1 parent b6d7bf7 commit 8c18624

File tree

17 files changed

+0
-10417
lines changed

17 files changed

+0
-10417
lines changed

deployments/stacks/dpe-k8s-deployments/main.tf

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -89,38 +89,6 @@ module "postgres-cloud-native-database" {
8989
deploy_pooler = true
9090
}
9191

92-
module "clickhouse-backup-bucket" {
93-
source = "../../../modules/s3-bucket"
94-
bucket_name = "clickhouse-backup-${var.aws_account_id}-${var.cluster_name}"
95-
enable_versioning = false
96-
aws_account_id = var.aws_account_id
97-
cluster_name = var.cluster_name
98-
cluster_oidc_provider_arn = var.cluster_oidc_provider_arn
99-
}
100-
101-
module "signoz" {
102-
depends_on = [module.argo-cd]
103-
# source = "spacelift.io/sagebionetworks/postgres-cloud-native-database/aws"
104-
# version = "0.5.0"
105-
source = "../../../modules/signoz"
106-
auto_deploy = var.auto_deploy
107-
auto_prune = var.auto_prune
108-
git_revision = local.git_revision
109-
namespace = "signoz"
110-
argo_deployment_name = "signoz"
111-
enable_otel_ingress = var.enable_otel_ingress && var.enable_cluster_ingress
112-
gateway_namespace = "envoy-gateway"
113-
cluster_name = var.cluster_name
114-
auth0_jwks_uri = var.auth0_jwks_uri
115-
smtp_password = var.smtp_password
116-
smtp_user = var.smtp_user
117-
smtp_from = var.smtp_from
118-
auth0_identifier = var.auth0_identifier
119-
s3_backup_bucket_name = module.clickhouse-backup-bucket.bucket_name
120-
s3_access_role_arn = module.clickhouse-backup-bucket.access_role_arn
121-
docker_access_token = var.docker_access_token
122-
}
123-
12492
module "envoy-gateway" {
12593
count = var.enable_cluster_ingress ? 1 : 0
12694
depends_on = [module.argo-cd, module.cert-manager]

modules/signoz/README.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)