From 1e1acbbe30936faaae202c1346610e0c7c6fcc93 Mon Sep 17 00:00:00 2001 From: Ankit Nayan Date: Mon, 4 Jan 2021 00:37:40 +0530 Subject: [PATCH] public launch --- deploy/docker/docker-compose.yaml | 61 ------------------- .../flattener-processor/Chart.yaml | 2 +- .../signoz-charts/frontend/Chart.yaml | 2 +- .../signoz-charts/query-service/Chart.yaml | 2 +- deploy/kubernetes/platform/values.yaml | 4 -- 5 files changed, 3 insertions(+), 68 deletions(-) delete mode 100644 deploy/docker/docker-compose.yaml diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml deleted file mode 100644 index 6303b1b62e..0000000000 --- a/deploy/docker/docker-compose.yaml +++ /dev/null @@ -1,61 +0,0 @@ -version: "3" -services: - # Zookeeper - zookeeper: - image: 'bitnami/zookeeper:3' - ports: - - '2181:2181' - environment: - - ALLOW_ANONYMOUS_LOGIN=yes - - # Kafka - kafka: - image: 'bitnami/kafka:2' - ports: - - '9092:9092' - environment: - - KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181 - - ALLOW_PLAINTEXT_LISTENER=yes - - KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP=PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT - - KAFKA_CFG_LISTENERS=PLAINTEXT://:29092,PLAINTEXT_HOST://:9092 - - KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092 - depends_on: - - zookeeper - - # Divolte container - divolte: - image: divolte/divolte-collector - container_name: divolte - environment: - - DIVOLTE_KAFKA_BROKER_LIST=kafka:29092 - volumes: - - ./conf/divolte/:/opt/divolte/divolte-collector/conf/ - ports: - - 8290:8290 - depends_on: - - kafka - - # Druid container - druid: - image: fokkodriesprong/docker-druid - container_name: druid - ports: - - 8081:8081 - - 8082:8082 - - 8888:8888 - depends_on: - - kafka - - # Superset container - superset: - image: amancevice/superset:0.18.5 - container_name: superset - ports: - - 8088:8088 - - # Superset container - app: - build: app/ - container_name: app - ports: - - 8090:8090 \ No newline at end of file diff --git a/deploy/kubernetes/platform/signoz-charts/flattener-processor/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/flattener-processor/Chart.yaml index 637658793b..cc1906c774 100644 --- a/deploy/kubernetes/platform/signoz-charts/flattener-processor/Chart.yaml +++ b/deploy/kubernetes/platform/signoz-charts/flattener-processor/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.1.0 +appVersion: 0.1.1 diff --git a/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml index 864bd1ec83..40c43de2c1 100644 --- a/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml +++ b/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.1.3 +appVersion: 0.1.4 diff --git a/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml index 32a9c8c2ea..c4c00411cf 100644 --- a/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml +++ b/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.1.0 +appVersion: 0.1.1 diff --git a/deploy/kubernetes/platform/values.yaml b/deploy/kubernetes/platform/values.yaml index 94e3e8d0be..01b3110667 100644 --- a/deploy/kubernetes/platform/values.yaml +++ b/deploy/kubernetes/platform/values.yaml @@ -12,10 +12,6 @@ druid: # druid_storage_type: s3 # druid_storage_bucket: signoz-druid # druid_storage_baseKey: baseKey - # aws_accessKeyId: - # aws_secretKey: - # druid_s3_accessKey: - # druid_s3_secretKey: # AWS_ACCESS_KEY_ID: # AWS_SECRET_ACCESS_KEY: # AWS_REGION: